OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [autom4te.cache/] [traces.2] - Blame information for rev 19

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 jeremybenn
m4trace:/usr/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
4
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
5
    [AC_LIBTOOL_CXX],
6
    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
7
  ])])
8
dnl And a similar setup for Fortran 77 support
9
  AC_PROVIDE_IFELSE([AC_PROG_F77],
10
    [AC_LIBTOOL_F77],
11
    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12
])])
13
 
14
dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15
dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
17
  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
18
    [AC_LIBTOOL_GCJ],
19
    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
20
      [AC_LIBTOOL_GCJ],
21
      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
22
        [AC_LIBTOOL_GCJ],
23
      [ifdef([AC_PROG_GCJ],
24
             [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
25
       ifdef([A][M_PROG_GCJ],
26
             [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
27
       ifdef([LT_AC_PROG_GCJ],
28
             [define([LT_AC_PROG_GCJ],
29
                defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
30
])])
31
m4trace:/usr/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
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:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47
AC_REQUIRE([AC_ENABLE_SHARED])dnl
48
AC_REQUIRE([AC_ENABLE_STATIC])dnl
49
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50
AC_REQUIRE([AC_CANONICAL_HOST])dnl
51
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52
AC_REQUIRE([AC_PROG_CC])dnl
53
AC_REQUIRE([AC_PROG_LD])dnl
54
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55
AC_REQUIRE([AC_PROG_NM])dnl
56
 
57
AC_REQUIRE([AC_PROG_LN_S])dnl
58
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60
AC_REQUIRE([AC_OBJEXT])dnl
61
AC_REQUIRE([AC_EXEEXT])dnl
62
dnl
63
 
64
AC_LIBTOOL_SYS_MAX_CMD_LEN
65
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66
AC_LIBTOOL_OBJDIR
67
 
68
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69
_LT_AC_PROG_ECHO_BACKSLASH
70
 
71
case $host_os in
72
aix3*)
73
  # AIX sometimes has problems with the GCC collect2 program.  For some
74
  # reason, if we set the COLLECT_NAMES environment variable, the problems
75
  # vanish in a puff of smoke.
76
  if test "X${COLLECT_NAMES+set}" != Xset; then
77
    COLLECT_NAMES=
78
    export COLLECT_NAMES
79
  fi
80
  ;;
81
esac
82
 
83
# Sed substitution that helps us do robust quoting.  It backslashifies
84
# metacharacters that are still active within double-quoted strings.
85
Xsed='sed -e 1s/^X//'
86
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87
 
88
# Same as above, but do not quote variable references.
89
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90
 
91
# Sed substitution to delay expansion of an escaped shell variable in a
92
# double_quote_subst'ed string.
93
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94
 
95
# Sed substitution to avoid accidental globbing in evaled expressions
96
no_glob_subst='s/\*/\\\*/g'
97
 
98
# Constants:
99
rm="rm -f"
100
 
101
# Global variables:
102
default_ofile=libtool
103
can_build_shared=yes
104
 
105
# All known linkers require a `.a' archive for static linking (except MSVC,
106
# which needs '.lib').
107
libext=a
108
ltmain="$ac_aux_dir/ltmain.sh"
109
ofile="$default_ofile"
110
with_gnu_ld="$lt_cv_prog_gnu_ld"
111
 
112
AC_CHECK_TOOL(AR, ar, false)
113
AC_CHECK_TOOL(RANLIB, ranlib, :)
114
AC_CHECK_TOOL(STRIP, strip, :)
115
 
116
old_CC="$CC"
117
old_CFLAGS="$CFLAGS"
118
 
119
# Set sane defaults for various variables
120
test -z "$AR" && AR=ar
121
test -z "$AR_FLAGS" && AR_FLAGS=cru
122
test -z "$AS" && AS=as
123
test -z "$CC" && CC=cc
124
test -z "$LTCC" && LTCC=$CC
125
test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
126
test -z "$DLLTOOL" && DLLTOOL=dlltool
127
test -z "$LD" && LD=ld
128
test -z "$LN_S" && LN_S="ln -s"
129
test -z "$MAGIC_CMD" && MAGIC_CMD=file
130
test -z "$NM" && NM=nm
131
test -z "$SED" && SED=sed
132
test -z "$OBJDUMP" && OBJDUMP=objdump
133
test -z "$RANLIB" && RANLIB=:
134
test -z "$STRIP" && STRIP=:
135
test -z "$ac_objext" && ac_objext=o
136
 
137
# Determine commands to create old-style static archives.
138
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
139
old_postinstall_cmds='chmod 644 $oldlib'
140
old_postuninstall_cmds=
141
 
142
if test -n "$RANLIB"; then
143
  case $host_os in
144
  openbsd*)
145
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
146
    ;;
147
  *)
148
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
149
    ;;
150
  esac
151
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
152
fi
153
 
154
_LT_CC_BASENAME([$compiler])
155
 
156
# Only perform the check for file, if the check method requires it
157
case $deplibs_check_method in
158
file_magic*)
159
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
160
    AC_PATH_MAGIC
161
  fi
162
  ;;
163
esac
164
 
165
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
166
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
167
enable_win32_dll=yes, enable_win32_dll=no)
168
 
169
AC_ARG_ENABLE([libtool-lock],
170
    [AC_HELP_STRING([--disable-libtool-lock],
171
        [avoid locking (might break parallel builds)])])
172
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
173
 
174
AC_ARG_WITH([pic],
175
    [AC_HELP_STRING([--with-pic],
176
        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
177
    [pic_mode="$withval"],
178
    [pic_mode=default])
179
test -z "$pic_mode" && pic_mode=default
180
 
181
# Use C for the default configuration in the libtool script
182
tagname=
183
AC_LIBTOOL_LANG_C_CONFIG
184
_LT_AC_TAGCONFIG
185
])
186
m4trace:/usr/share/aclocal/libtool.m4:225: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
187
 
188
# If no C compiler was specified, use CC.
189
LTCC=${LTCC-"$CC"}
190
 
191
# If no C compiler flags were specified, use CFLAGS.
192
LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
193
 
194
# Allow CC to be a program name with arguments.
195
compiler=$CC
196
])
197
m4trace:/usr/share/aclocal/libtool.m4:242: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
198
  case $cc_temp in
199
    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
200
    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
201
    \-*) ;;
202
    *) break;;
203
  esac
204
done
205
cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
206
])
207
m4trace:/usr/share/aclocal/libtool.m4:259: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
208
ac_outfile=conftest.$ac_objext
209
echo "$lt_simple_compile_test_code" >conftest.$ac_ext
210
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
211
_lt_compiler_boilerplate=`cat conftest.err`
212
$rm conftest*
213
])
214
m4trace:/usr/share/aclocal/libtool.m4:273: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
215
ac_outfile=conftest.$ac_objext
216
echo "$lt_simple_link_test_code" >conftest.$ac_ext
217
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
218
_lt_linker_boilerplate=`cat conftest.err`
219
$rm conftest*
220
])
221
m4trace:/usr/share/aclocal/libtool.m4:291: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_REQUIRE([LT_AC_PROG_SED])dnl
222
AC_LINK_IFELSE(AC_LANG_PROGRAM,[
223
lt_aix_libpath_sed='
224
    /Import File Strings/,/^$/ {
225
        /^0/ {
226
            s/^0  *\(.*\)$/\1/
227
            p
228
        }
229
    }'
230
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
231
# Check for a 64-bit object if we didn't find anything.
232
if test -z "$aix_libpath"; then
233
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
234
fi],[])
235
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
236
])
237
m4trace:/usr/share/aclocal/libtool.m4:312: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
238
             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
239
         [AC_DIVERT_PUSH(NOTICE)])
240
$1
241
AC_DIVERT_POP
242
])
243
m4trace:/usr/share/aclocal/libtool.m4:325: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
244
# Check that we are running under the correct shell.
245
SHELL=${CONFIG_SHELL-/bin/sh}
246
 
247
case X$ECHO in
248
X*--fallback-echo)
249
  # Remove one level of quotation (which was required for Make).
250
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
251
  ;;
252
esac
253
 
254
echo=${ECHO-echo}
255
if test "X[$]1" = X--no-reexec; then
256
  # Discard the --no-reexec flag, and continue.
257
  shift
258
elif test "X[$]1" = X--fallback-echo; then
259
  # Avoid inline document here, it may be left over
260
  :
261
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
262
  # Yippee, $echo works!
263
  :
264
else
265
  # Restart under the correct shell.
266
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
267
fi
268
 
269
if test "X[$]1" = X--fallback-echo; then
270
  # used as fallback echo
271
  shift
272
  cat <
273
[$]*
274
EOF
275
  exit 0
276
fi
277
 
278
# The HP-UX ksh and POSIX shell print the target directory to stdout
279
# if CDPATH is set.
280
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
281
 
282
if test -z "$ECHO"; then
283
if test "X${echo_test_string+set}" != Xset; then
284
# find a string as large as possible, as long as the shell can cope with it
285
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
286
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
287
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
288
       echo_test_string=`eval $cmd` &&
289
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
290
    then
291
      break
292
    fi
293
  done
294
fi
295
 
296
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
297
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
298
   test "X$echo_testing_string" = "X$echo_test_string"; then
299
  :
300
else
301
  # The Solaris, AIX, and Digital Unix default echo programs unquote
302
  # backslashes.  This makes it impossible to quote backslashes using
303
  #   echo "$something" | sed 's/\\/\\\\/g'
304
  #
305
  # So, first we look for a working echo in the user's PATH.
306
 
307
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
308
  for dir in $PATH /usr/ucb; do
309
    IFS="$lt_save_ifs"
310
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
311
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313
       test "X$echo_testing_string" = "X$echo_test_string"; then
314
      echo="$dir/echo"
315
      break
316
    fi
317
  done
318
  IFS="$lt_save_ifs"
319
 
320
  if test "X$echo" = Xecho; then
321
    # We didn't find a better echo, so look for alternatives.
322
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
323
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
324
       test "X$echo_testing_string" = "X$echo_test_string"; then
325
      # This shell has a builtin print -r that does the trick.
326
      echo='print -r'
327
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
328
         test "X$CONFIG_SHELL" != X/bin/ksh; then
329
      # If we have ksh, try running configure again with it.
330
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
331
      export ORIGINAL_CONFIG_SHELL
332
      CONFIG_SHELL=/bin/ksh
333
      export CONFIG_SHELL
334
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
335
    else
336
      # Try using printf.
337
      echo='printf %s\n'
338
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
339
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
340
         test "X$echo_testing_string" = "X$echo_test_string"; then
341
        # Cool, printf works
342
        :
343
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
344
           test "X$echo_testing_string" = 'X\t' &&
345
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346
           test "X$echo_testing_string" = "X$echo_test_string"; then
347
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
348
        export CONFIG_SHELL
349
        SHELL="$CONFIG_SHELL"
350
        export SHELL
351
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
352
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
353
           test "X$echo_testing_string" = 'X\t' &&
354
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355
           test "X$echo_testing_string" = "X$echo_test_string"; then
356
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
357
      else
358
        # maybe with a smaller string...
359
        prev=:
360
 
361
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
362
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
363
          then
364
            break
365
          fi
366
          prev="$cmd"
367
        done
368
 
369
        if test "$prev" != 'sed 50q "[$]0"'; then
370
          echo_test_string=`eval $prev`
371
          export echo_test_string
372
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
373
        else
374
          # Oops.  We lost completely, so just stick with echo.
375
          echo=echo
376
        fi
377
      fi
378
    fi
379
  fi
380
fi
381
fi
382
 
383
# Copy echo and quote the copy suitably for passing to libtool from
384
# the Makefile, instead of quoting the original, which is used later.
385
ECHO=$echo
386
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
387
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
388
fi
389
 
390
AC_SUBST(ECHO)
391
])])
392
m4trace:/usr/share/aclocal/libtool.m4:479: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
393
    [AC_HELP_STRING([--disable-libtool-lock],
394
        [avoid locking (might break parallel builds)])])
395
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
396
 
397
# Some flags need to be propagated to the compiler or linker for good
398
# libtool support.
399
case $host in
400
ia64-*-hpux*)
401
  # Find out which ABI we are using.
402
  echo 'int i;' > conftest.$ac_ext
403
  if AC_TRY_EVAL(ac_compile); then
404
    case `/usr/bin/file conftest.$ac_objext` in
405
    *ELF-32*)
406
      HPUX_IA64_MODE="32"
407
      ;;
408
    *ELF-64*)
409
      HPUX_IA64_MODE="64"
410
      ;;
411
    esac
412
  fi
413
  rm -rf conftest*
414
  ;;
415
*-*-irix6*)
416
  # Find out which ABI we are using.
417
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
418
  if AC_TRY_EVAL(ac_compile); then
419
   if test "$lt_cv_prog_gnu_ld" = yes; then
420
    case `/usr/bin/file conftest.$ac_objext` in
421
    *32-bit*)
422
      LD="${LD-ld} -melf32bsmip"
423
      ;;
424
    *N32*)
425
      LD="${LD-ld} -melf32bmipn32"
426
      ;;
427
    *64-bit*)
428
      LD="${LD-ld} -melf64bmip"
429
      ;;
430
    esac
431
   else
432
    case `/usr/bin/file conftest.$ac_objext` in
433
    *32-bit*)
434
      LD="${LD-ld} -32"
435
      ;;
436
    *N32*)
437
      LD="${LD-ld} -n32"
438
      ;;
439
    *64-bit*)
440
      LD="${LD-ld} -64"
441
      ;;
442
    esac
443
   fi
444
  fi
445
  rm -rf conftest*
446
  ;;
447
 
448
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
449
s390*-*linux*|sparc*-*linux*)
450
  # Find out which ABI we are using.
451
  echo 'int i;' > conftest.$ac_ext
452
  if AC_TRY_EVAL(ac_compile); then
453
    case `/usr/bin/file conftest.o` in
454
    *32-bit*)
455
      case $host in
456
        x86_64-*kfreebsd*-gnu)
457
          LD="${LD-ld} -m elf_i386_fbsd"
458
          ;;
459
        x86_64-*linux*)
460
          LD="${LD-ld} -m elf_i386"
461
          ;;
462
        ppc64-*linux*|powerpc64-*linux*)
463
          LD="${LD-ld} -m elf32ppclinux"
464
          ;;
465
        s390x-*linux*)
466
          LD="${LD-ld} -m elf_s390"
467
          ;;
468
        sparc64-*linux*)
469
          LD="${LD-ld} -m elf32_sparc"
470
          ;;
471
      esac
472
      ;;
473
    *64-bit*)
474
      libsuff=64
475
      case $host in
476
        x86_64-*kfreebsd*-gnu)
477
          LD="${LD-ld} -m elf_x86_64_fbsd"
478
          ;;
479
        x86_64-*linux*)
480
          LD="${LD-ld} -m elf_x86_64"
481
          ;;
482
        ppc*-*linux*|powerpc*-*linux*)
483
          LD="${LD-ld} -m elf64ppc"
484
          ;;
485
        s390*-*linux*)
486
          LD="${LD-ld} -m elf64_s390"
487
          ;;
488
        sparc*-*linux*)
489
          LD="${LD-ld} -m elf64_sparc"
490
          ;;
491
      esac
492
      ;;
493
    esac
494
  fi
495
  rm -rf conftest*
496
  ;;
497
 
498
*-*-sco3.2v5*)
499
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
500
  SAVE_CFLAGS="$CFLAGS"
501
  CFLAGS="$CFLAGS -belf"
502
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
503
    [AC_LANG_PUSH(C)
504
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
505
     AC_LANG_POP])
506
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
507
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
508
    CFLAGS="$SAVE_CFLAGS"
509
  fi
510
  ;;
511
sparc*-*solaris*)
512
  # Find out which ABI we are using.
513
  echo 'int i;' > conftest.$ac_ext
514
  if AC_TRY_EVAL(ac_compile); then
515
    case `/usr/bin/file conftest.o` in
516
    *64-bit*)
517
      case $lt_cv_prog_gnu_ld in
518
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
519
      *)    LD="${LD-ld} -64" ;;
520
      esac
521
      ;;
522
    esac
523
  fi
524
  rm -rf conftest*
525
  ;;
526
 
527
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
528
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
529
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
530
  AC_CHECK_TOOL(AS, as, false)
531
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
532
  ;;
533
  ])
534
esac
535
 
536
need_locks="$enable_libtool_lock"
537
 
538
])
539
m4trace:/usr/share/aclocal/libtool.m4:633: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
540
AC_CACHE_CHECK([$1], [$2],
541
  [$2=no
542
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
543
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
544
   lt_compiler_flag="$3"
545
   # Insert the option either (1) after the last *FLAGS variable, or
546
   # (2) before a word containing "conftest.", or (3) at the end.
547
   # Note that $ac_compile itself does not contain backslashes and begins
548
   # with a dollar sign (not a hyphen), so the echo should work correctly.
549
   # The option is referenced via a variable to avoid confusing sed.
550
   lt_compile=`echo "$ac_compile" | $SED \
551
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
552
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
553
   -e 's:$: $lt_compiler_flag:'`
554
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
555
   (eval "$lt_compile" 2>conftest.err)
556
   ac_status=$?
557
   cat conftest.err >&AS_MESSAGE_LOG_FD
558
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
559
   if (exit $ac_status) && test -s "$ac_outfile"; then
560
     # The compiler can only warn and ignore the option if not recognized
561
     # So say no if there are warnings other than the usual output.
562
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
563
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
564
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
565
       $2=yes
566
     fi
567
   fi
568
   $rm conftest*
569
])
570
 
571
if test x"[$]$2" = xyes; then
572
    ifelse([$5], , :, [$5])
573
else
574
    ifelse([$6], , :, [$6])
575
fi
576
])
577
m4trace:/usr/share/aclocal/libtool.m4:678: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl
578
AC_CACHE_CHECK([$1], [$2],
579
  [$2=no
580
   save_LDFLAGS="$LDFLAGS"
581
   LDFLAGS="$LDFLAGS $3"
582
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
583
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
584
     # The linker can only warn and ignore the option if not recognized
585
     # So say no if there are warnings
586
     if test -s conftest.err; then
587
       # Append any errors to the config.log.
588
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
589
       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
590
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
591
       if diff conftest.exp conftest.er2 >/dev/null; then
592
         $2=yes
593
       fi
594
     else
595
       $2=yes
596
     fi
597
   fi
598
   $rm conftest*
599
   LDFLAGS="$save_LDFLAGS"
600
])
601
 
602
if test x"[$]$2" = xyes; then
603
    ifelse([$4], , :, [$4])
604
else
605
    ifelse([$5], , :, [$5])
606
fi
607
])
608
m4trace:/usr/share/aclocal/libtool.m4:714: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
609
AC_MSG_CHECKING([the maximum length of command line arguments])
610
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
611
  i=0
612
  teststring="ABCD"
613
 
614
  case $build_os in
615
  msdosdjgpp*)
616
    # On DJGPP, this test can blow up pretty badly due to problems in libc
617
    # (any single argument exceeding 2000 bytes causes a buffer overrun
618
    # during glob expansion).  Even if it were fixed, the result of this
619
    # check would be larger than it should be.
620
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
621
    ;;
622
 
623
  gnu*)
624
    # Under GNU Hurd, this test is not required because there is
625
    # no limit to the length of command line arguments.
626
    # Libtool will interpret -1 as no limit whatsoever
627
    lt_cv_sys_max_cmd_len=-1;
628
    ;;
629
 
630
  cygwin* | mingw*)
631
    # On Win9x/ME, this test blows up -- it succeeds, but takes
632
    # about 5 minutes as the teststring grows exponentially.
633
    # Worse, since 9x/ME are not pre-emptively multitasking,
634
    # you end up with a "frozen" computer, even though with patience
635
    # the test eventually succeeds (with a max line length of 256k).
636
    # Instead, let's just punt: use the minimum linelength reported by
637
    # all of the supported platforms: 8192 (on NT/2K/XP).
638
    lt_cv_sys_max_cmd_len=8192;
639
    ;;
640
 
641
  amigaos*)
642
    # On AmigaOS with pdksh, this test takes hours, literally.
643
    # So we just punt and use a minimum line length of 8192.
644
    lt_cv_sys_max_cmd_len=8192;
645
    ;;
646
 
647
  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
648
    # This has been around since 386BSD, at least.  Likely further.
649
    if test -x /sbin/sysctl; then
650
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
651
    elif test -x /usr/sbin/sysctl; then
652
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
653
    else
654
      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
655
    fi
656
    # And add a safety zone
657
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
658
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
659
    ;;
660
 
661
  interix*)
662
    # We know the value 262144 and hardcode it with a safety zone (like BSD)
663
    lt_cv_sys_max_cmd_len=196608
664
    ;;
665
 
666
  osf*)
667
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
668
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
669
    # nice to cause kernel panics so lets avoid the loop below.
670
    # First set a reasonable default.
671
    lt_cv_sys_max_cmd_len=16384
672
    #
673
    if test -x /sbin/sysconfig; then
674
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
675
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
676
      esac
677
    fi
678
    ;;
679
  sco3.2v5*)
680
    lt_cv_sys_max_cmd_len=102400
681
    ;;
682
  sysv5* | sco5v6* | sysv4.2uw2*)
683
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
684
    if test -n "$kargmax"; then
685
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
686
    else
687
      lt_cv_sys_max_cmd_len=32768
688
    fi
689
    ;;
690
  *)
691
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
692
    if test -n "$lt_cv_sys_max_cmd_len"; then
693
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
694
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
695
    else
696
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
697
      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
698
               = "XX$teststring") >/dev/null 2>&1 &&
699
              new_result=`expr "X$teststring" : ".*" 2>&1` &&
700
              lt_cv_sys_max_cmd_len=$new_result &&
701
              test $i != 17 # 1/2 MB should be enough
702
      do
703
        i=`expr $i + 1`
704
        teststring=$teststring$teststring
705
      done
706
      teststring=
707
      # Add a significant safety factor because C++ compilers can tack on massive
708
      # amounts of additional arguments before passing them to the linker.
709
      # It appears as though 1/2 is a usable value.
710
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
711
    fi
712
    ;;
713
  esac
714
])
715
if test -n $lt_cv_sys_max_cmd_len ; then
716
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
717
else
718
  AC_MSG_RESULT(none)
719
fi
720
])
721
m4trace:/usr/share/aclocal/libtool.m4:832: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
722
])
723
m4trace:/usr/share/aclocal/libtool.m4:840: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
724
if test "$cross_compiling" = yes; then :
725
  [$4]
726
else
727
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
728
  lt_status=$lt_dlunknown
729
  cat > conftest.$ac_ext <
730
[#line __oline__ "configure"
731
#include "confdefs.h"
732
 
733
#if HAVE_DLFCN_H
734
#include 
735
#endif
736
 
737
#include 
738
 
739
#ifdef RTLD_GLOBAL
740
#  define LT_DLGLOBAL           RTLD_GLOBAL
741
#else
742
#  ifdef DL_GLOBAL
743
#    define LT_DLGLOBAL         DL_GLOBAL
744
#  else
745
#    define LT_DLGLOBAL         0
746
#  endif
747
#endif
748
 
749
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
750
   find out it does not work in some platform. */
751
#ifndef LT_DLLAZY_OR_NOW
752
#  ifdef RTLD_LAZY
753
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
754
#  else
755
#    ifdef DL_LAZY
756
#      define LT_DLLAZY_OR_NOW          DL_LAZY
757
#    else
758
#      ifdef RTLD_NOW
759
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
760
#      else
761
#        ifdef DL_NOW
762
#          define LT_DLLAZY_OR_NOW      DL_NOW
763
#        else
764
#          define LT_DLLAZY_OR_NOW      0
765
#        endif
766
#      endif
767
#    endif
768
#  endif
769
#endif
770
 
771
#ifdef __cplusplus
772
extern "C" void exit (int);
773
#endif
774
 
775
void fnord() { int i=42;}
776
int main ()
777
{
778
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
779
  int status = $lt_dlunknown;
780
 
781
  if (self)
782
    {
783
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
784
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
785
      /* dlclose (self); */
786
    }
787
  else
788
    puts (dlerror ());
789
 
790
    exit (status);
791
}]
792
EOF
793
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
794
    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
795
    lt_status=$?
796
    case x$lt_status in
797
      x$lt_dlno_uscore) $1 ;;
798
      x$lt_dlneed_uscore) $2 ;;
799
      x$lt_dlunknown|x*) $3 ;;
800
    esac
801
  else :
802
    # compilation failed
803
    $3
804
  fi
805
fi
806
rm -fr conftest*
807
])
808
m4trace:/usr/share/aclocal/libtool.m4:930: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
809
if test "x$enable_dlopen" != xyes; then
810
  enable_dlopen=unknown
811
  enable_dlopen_self=unknown
812
  enable_dlopen_self_static=unknown
813
else
814
  lt_cv_dlopen=no
815
  lt_cv_dlopen_libs=
816
 
817
  case $host_os in
818
  beos*)
819
    lt_cv_dlopen="load_add_on"
820
    lt_cv_dlopen_libs=
821
    lt_cv_dlopen_self=yes
822
    ;;
823
 
824
  mingw* | pw32*)
825
    lt_cv_dlopen="LoadLibrary"
826
    lt_cv_dlopen_libs=
827
   ;;
828
 
829
  cygwin*)
830
    lt_cv_dlopen="dlopen"
831
    lt_cv_dlopen_libs=
832
   ;;
833
 
834
  darwin*)
835
  # if libdl is installed we need to link against it
836
    AC_CHECK_LIB([dl], [dlopen],
837
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
838
    lt_cv_dlopen="dyld"
839
    lt_cv_dlopen_libs=
840
    lt_cv_dlopen_self=yes
841
    ])
842
   ;;
843
 
844
  *)
845
    AC_CHECK_FUNC([shl_load],
846
          [lt_cv_dlopen="shl_load"],
847
      [AC_CHECK_LIB([dld], [shl_load],
848
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
849
        [AC_CHECK_FUNC([dlopen],
850
              [lt_cv_dlopen="dlopen"],
851
          [AC_CHECK_LIB([dl], [dlopen],
852
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
853
            [AC_CHECK_LIB([svld], [dlopen],
854
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
855
              [AC_CHECK_LIB([dld], [dld_link],
856
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
857
              ])
858
            ])
859
          ])
860
        ])
861
      ])
862
    ;;
863
  esac
864
 
865
  if test "x$lt_cv_dlopen" != xno; then
866
    enable_dlopen=yes
867
  else
868
    enable_dlopen=no
869
  fi
870
 
871
  case $lt_cv_dlopen in
872
  dlopen)
873
    save_CPPFLAGS="$CPPFLAGS"
874
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
875
 
876
    save_LDFLAGS="$LDFLAGS"
877
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
878
 
879
    save_LIBS="$LIBS"
880
    LIBS="$lt_cv_dlopen_libs $LIBS"
881
 
882
    AC_CACHE_CHECK([whether a program can dlopen itself],
883
          lt_cv_dlopen_self, [dnl
884
          _LT_AC_TRY_DLOPEN_SELF(
885
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
886
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
887
    ])
888
 
889
    if test "x$lt_cv_dlopen_self" = xyes; then
890
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
891
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
892
          lt_cv_dlopen_self_static, [dnl
893
          _LT_AC_TRY_DLOPEN_SELF(
894
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
895
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
896
      ])
897
    fi
898
 
899
    CPPFLAGS="$save_CPPFLAGS"
900
    LDFLAGS="$save_LDFLAGS"
901
    LIBS="$save_LIBS"
902
    ;;
903
  esac
904
 
905
  case $lt_cv_dlopen_self in
906
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
907
  *) enable_dlopen_self=unknown ;;
908
  esac
909
 
910
  case $lt_cv_dlopen_self_static in
911
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
912
  *) enable_dlopen_self_static=unknown ;;
913
  esac
914
fi
915
])
916
m4trace:/usr/share/aclocal/libtool.m4:1044: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl
917
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
918
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
919
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
920
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
921
   $rm -r conftest 2>/dev/null
922
   mkdir conftest
923
   cd conftest
924
   mkdir out
925
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
926
 
927
   lt_compiler_flag="-o out/conftest2.$ac_objext"
928
   # Insert the option either (1) after the last *FLAGS variable, or
929
   # (2) before a word containing "conftest.", or (3) at the end.
930
   # Note that $ac_compile itself does not contain backslashes and begins
931
   # with a dollar sign (not a hyphen), so the echo should work correctly.
932
   lt_compile=`echo "$ac_compile" | $SED \
933
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
934
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
935
   -e 's:$: $lt_compiler_flag:'`
936
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
937
   (eval "$lt_compile" 2>out/conftest.err)
938
   ac_status=$?
939
   cat out/conftest.err >&AS_MESSAGE_LOG_FD
940
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
941
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
942
   then
943
     # The compiler can only warn and ignore the option if not recognized
944
     # So say no if there are warnings
945
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
946
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
947
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
948
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
949
     fi
950
   fi
951
   chmod u+w . 2>&AS_MESSAGE_LOG_FD
952
   $rm conftest*
953
   # SGI C++ compiler will create directory out/ii_files/ for
954
   # template instantiation
955
   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
956
   $rm out/* && rmdir out
957
   cd ..
958
   rmdir conftest
959
   $rm conftest*
960
])
961
])
962
m4trace:/usr/share/aclocal/libtool.m4:1096: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
963
 
964
hard_links="nottested"
965
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
966
  # do not overwrite the value of need_locks provided by the user
967
  AC_MSG_CHECKING([if we can lock with hard links])
968
  hard_links=yes
969
  $rm conftest*
970
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
971
  touch conftest.a
972
  ln conftest.a conftest.b 2>&5 || hard_links=no
973
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
974
  AC_MSG_RESULT([$hard_links])
975
  if test "$hard_links" = no; then
976
    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
977
    need_locks=warn
978
  fi
979
else
980
  need_locks=no
981
fi
982
])
983
m4trace:/usr/share/aclocal/libtool.m4:1122: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
984
[rm -f .libs 2>/dev/null
985
mkdir .libs 2>/dev/null
986
if test -d .libs; then
987
  lt_cv_objdir=.libs
988
else
989
  # MS-DOS does not allow filenames that begin with a dot.
990
  lt_cv_objdir=_libs
991
fi
992
rmdir .libs 2>/dev/null])
993
objdir=$lt_cv_objdir
994
])
995
m4trace:/usr/share/aclocal/libtool.m4:1140: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
996
_LT_AC_TAGVAR(hardcode_action, $1)=
997
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
998
   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
999
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1000
 
1001
  # We can hardcode non-existant directories.
1002
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1003
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
1004
     # have to relink, otherwise we might link with an installed library
1005
     # when we should be linking with a yet-to-be-installed one
1006
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1007
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1008
    # Linking always hardcodes the temporary library directory.
1009
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
1010
  else
1011
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
1012
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1013
  fi
1014
else
1015
  # We cannot hardcode anything, or else we can only hardcode existing
1016
  # directories.
1017
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1018
fi
1019
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1020
 
1021
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1022
  # Fast installation is not supported
1023
  enable_fast_install=no
1024
elif test "$shlibpath_overrides_runpath" = yes ||
1025
     test "$enable_shared" = no; then
1026
  # Fast installation is not necessary
1027
  enable_fast_install=needless
1028
fi
1029
])
1030
m4trace:/usr/share/aclocal/libtool.m4:1180: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1031
old_striplib=
1032
AC_MSG_CHECKING([whether stripping libraries is possible])
1033
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1034
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1035
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1036
  AC_MSG_RESULT([yes])
1037
else
1038
# FIXME - insert some real tests, host_os isn't really good enough
1039
  case $host_os in
1040
   darwin*)
1041
       if test -n "$STRIP" ; then
1042
         striplib="$STRIP -x"
1043
         old_striplib="$STRIP -S"
1044
         AC_MSG_RESULT([yes])
1045
       else
1046
  AC_MSG_RESULT([no])
1047
fi
1048
       ;;
1049
   *)
1050
  AC_MSG_RESULT([no])
1051
    ;;
1052
  esac
1053
fi
1054
])
1055
m4trace:/usr/share/aclocal/libtool.m4:1211: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1056
AC_MSG_CHECKING([dynamic linker characteristics])
1057
library_names_spec=
1058
libname_spec='lib$name'
1059
soname_spec=
1060
shrext_cmds=".so"
1061
postinstall_cmds=
1062
postuninstall_cmds=
1063
finish_cmds=
1064
finish_eval=
1065
shlibpath_var=
1066
shlibpath_overrides_runpath=unknown
1067
version_type=none
1068
dynamic_linker="$host_os ld.so"
1069
sys_lib_dlsearch_path_spec="/lib /usr/lib"
1070
m4_if($1,[],[
1071
if test "$GCC" = yes; then
1072
  case $host_os in
1073
    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1074
    *) lt_awk_arg="/^libraries:/" ;;
1075
  esac
1076
  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1077
  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
1078
    # if the path contains ";" then we assume it to be the separator
1079
    # otherwise default to the standard path separator (i.e. ":") - it is
1080
    # assumed that no part of a normal pathname contains ";" but that should
1081
    # okay in the real world where ";" in dirpaths is itself problematic.
1082
    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1083
  else
1084
    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1085
  fi
1086
  # Ok, now we have the path, separated by spaces, we can step through it
1087
  # and add multilib dir if necessary.
1088
  lt_tmp_lt_search_path_spec=
1089
  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1090
  for lt_sys_path in $lt_search_path_spec; do
1091
    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
1092
      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
1093
    else
1094
      test -d "$lt_sys_path" && \
1095
        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1096
    fi
1097
  done
1098
  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
1099
BEGIN {RS=" "; FS="/|\n";} {
1100
  lt_foo="";
1101
  lt_count=0;
1102
  for (lt_i = NF; lt_i > 0; lt_i--) {
1103
    if ($lt_i != "" && $lt_i != ".") {
1104
      if ($lt_i == "..") {
1105
        lt_count++;
1106
      } else {
1107
        if (lt_count == 0) {
1108
          lt_foo="/" $lt_i lt_foo;
1109
        } else {
1110
          lt_count--;
1111
        }
1112
      }
1113
    }
1114
  }
1115
  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1116
  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1117
}'`
1118
  sys_lib_search_path_spec=`echo $lt_search_path_spec`
1119
else
1120
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1121
fi])
1122
need_lib_prefix=unknown
1123
hardcode_into_libs=no
1124
 
1125
# when you set need_version to no, make sure it does not cause -set_version
1126
# flags to be left without arguments
1127
need_version=unknown
1128
 
1129
case $host_os in
1130
aix3*)
1131
  version_type=linux
1132
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1133
  shlibpath_var=LIBPATH
1134
 
1135
  # AIX 3 has no versioning support, so we append a major version to the name.
1136
  soname_spec='${libname}${release}${shared_ext}$major'
1137
  ;;
1138
 
1139
aix4* | aix5*)
1140
  version_type=linux
1141
  need_lib_prefix=no
1142
  need_version=no
1143
  hardcode_into_libs=yes
1144
  if test "$host_cpu" = ia64; then
1145
    # AIX 5 supports IA64
1146
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1147
    shlibpath_var=LD_LIBRARY_PATH
1148
  else
1149
    # With GCC up to 2.95.x, collect2 would create an import file
1150
    # for dependence libraries.  The import file would start with
1151
    # the line `#! .'.  This would cause the generated library to
1152
    # depend on `.', always an invalid library.  This was fixed in
1153
    # development snapshots of GCC prior to 3.0.
1154
    case $host_os in
1155
      aix4 | aix4.[[01]] | aix4.[[01]].*)
1156
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1157
           echo ' yes '
1158
           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1159
        :
1160
      else
1161
        can_build_shared=no
1162
      fi
1163
      ;;
1164
    esac
1165
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1166
    # soname into executable. Probably we can add versioning support to
1167
    # collect2, so additional links can be useful in future.
1168
    if test "$aix_use_runtimelinking" = yes; then
1169
      # If using run time linking (on AIX 4.2 or later) use lib.so
1170
      # instead of lib.a to let people know that these are not
1171
      # typical AIX shared libraries.
1172
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1173
    else
1174
      # We preserve .a as extension for shared libraries through AIX4.2
1175
      # and later when we are not doing run time linking.
1176
      library_names_spec='${libname}${release}.a $libname.a'
1177
      soname_spec='${libname}${release}${shared_ext}$major'
1178
    fi
1179
    shlibpath_var=LIBPATH
1180
  fi
1181
  ;;
1182
 
1183
amigaos*)
1184
  library_names_spec='$libname.ixlibrary $libname.a'
1185
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
1186
  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'
1187
  ;;
1188
 
1189
beos*)
1190
  library_names_spec='${libname}${shared_ext}'
1191
  dynamic_linker="$host_os ld.so"
1192
  shlibpath_var=LIBRARY_PATH
1193
  ;;
1194
 
1195
bsdi[[45]]*)
1196
  version_type=linux
1197
  need_version=no
1198
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1199
  soname_spec='${libname}${release}${shared_ext}$major'
1200
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1201
  shlibpath_var=LD_LIBRARY_PATH
1202
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1203
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1204
  # the default ld.so.conf also contains /usr/contrib/lib and
1205
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1206
  # libtool to hard-code these into programs
1207
  ;;
1208
 
1209
cygwin* | mingw* | pw32*)
1210
  version_type=windows
1211
  shrext_cmds=".dll"
1212
  need_version=no
1213
  need_lib_prefix=no
1214
 
1215
  case $GCC,$host_os in
1216
  yes,cygwin* | yes,mingw* | yes,pw32*)
1217
    library_names_spec='$libname.dll.a'
1218
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
1219
    postinstall_cmds='base_file=`basename \${file}`~
1220
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1221
      dldir=$destdir/`dirname \$dlpath`~
1222
      test -d \$dldir || mkdir -p \$dldir~
1223
      $install_prog $dir/$dlname \$dldir/$dlname~
1224
      chmod a+x \$dldir/$dlname'
1225
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1226
      dlpath=$dir/\$dldll~
1227
       $rm \$dlpath'
1228
    shlibpath_overrides_runpath=yes
1229
 
1230
    case $host_os in
1231
    cygwin*)
1232
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1233
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1234
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1235
      ;;
1236
    mingw*)
1237
      # MinGW DLLs use traditional 'lib' prefix
1238
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1239
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1240
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1241
        # It is most probably a Windows format PATH printed by
1242
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
1243
        # path with ; separators, and with drive letters. We can handle the
1244
        # drive letters (cygwin fileutils understands them), so leave them,
1245
        # especially as we might pass files found there to a mingw objdump,
1246
        # which wouldn't understand a cygwinified path. Ahh.
1247
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1248
      else
1249
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1250
      fi
1251
      ;;
1252
    pw32*)
1253
      # pw32 DLLs use 'pw' prefix rather than 'lib'
1254
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1255
      ;;
1256
    esac
1257
    ;;
1258
 
1259
  *)
1260
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1261
    ;;
1262
  esac
1263
  dynamic_linker='Win32 ld.exe'
1264
  # FIXME: first we should search . and the directory the executable is in
1265
  shlibpath_var=PATH
1266
  ;;
1267
 
1268
darwin* | rhapsody*)
1269
  dynamic_linker="$host_os dyld"
1270
  version_type=darwin
1271
  need_lib_prefix=no
1272
  need_version=no
1273
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1274
  soname_spec='${libname}${release}${major}$shared_ext'
1275
  shlibpath_overrides_runpath=yes
1276
  shlibpath_var=DYLD_LIBRARY_PATH
1277
  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1278
  m4_if([$1], [],[
1279
  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
1280
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1281
  ;;
1282
 
1283
dgux*)
1284
  version_type=linux
1285
  need_lib_prefix=no
1286
  need_version=no
1287
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1288
  soname_spec='${libname}${release}${shared_ext}$major'
1289
  shlibpath_var=LD_LIBRARY_PATH
1290
  ;;
1291
 
1292
freebsd1*)
1293
  dynamic_linker=no
1294
  ;;
1295
 
1296
freebsd* | dragonfly*)
1297
  # DragonFly does not have aout.  When/if they implement a new
1298
  # versioning mechanism, adjust this.
1299
  if test -x /usr/bin/objformat; then
1300
    objformat=`/usr/bin/objformat`
1301
  else
1302
    case $host_os in
1303
    freebsd[[123]]*) objformat=aout ;;
1304
    *) objformat=elf ;;
1305
    esac
1306
  fi
1307
  version_type=freebsd-$objformat
1308
  case $version_type in
1309
    freebsd-elf*)
1310
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1311
      need_version=no
1312
      need_lib_prefix=no
1313
      ;;
1314
    freebsd-*)
1315
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1316
      need_version=yes
1317
      ;;
1318
  esac
1319
  shlibpath_var=LD_LIBRARY_PATH
1320
  case $host_os in
1321
  freebsd2*)
1322
    shlibpath_overrides_runpath=yes
1323
    ;;
1324
  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1325
    shlibpath_overrides_runpath=yes
1326
    hardcode_into_libs=yes
1327
    ;;
1328
  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1329
  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1330
    shlibpath_overrides_runpath=no
1331
    hardcode_into_libs=yes
1332
    ;;
1333
  *) # from 4.6 on, and DragonFly
1334
    shlibpath_overrides_runpath=yes
1335
    hardcode_into_libs=yes
1336
    ;;
1337
  esac
1338
  ;;
1339
 
1340
gnu*)
1341
  version_type=linux
1342
  need_lib_prefix=no
1343
  need_version=no
1344
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1345
  soname_spec='${libname}${release}${shared_ext}$major'
1346
  shlibpath_var=LD_LIBRARY_PATH
1347
  hardcode_into_libs=yes
1348
  ;;
1349
 
1350
hpux9* | hpux10* | hpux11*)
1351
  # Give a soname corresponding to the major version so that dld.sl refuses to
1352
  # link against other versions.
1353
  version_type=sunos
1354
  need_lib_prefix=no
1355
  need_version=no
1356
  case $host_cpu in
1357
  ia64*)
1358
    shrext_cmds='.so'
1359
    hardcode_into_libs=yes
1360
    dynamic_linker="$host_os dld.so"
1361
    shlibpath_var=LD_LIBRARY_PATH
1362
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1363
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1364
    soname_spec='${libname}${release}${shared_ext}$major'
1365
    if test "X$HPUX_IA64_MODE" = X32; then
1366
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1367
    else
1368
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1369
    fi
1370
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1371
    ;;
1372
   hppa*64*)
1373
     shrext_cmds='.sl'
1374
     hardcode_into_libs=yes
1375
     dynamic_linker="$host_os dld.sl"
1376
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1377
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
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
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1381
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1382
     ;;
1383
   *)
1384
    shrext_cmds='.sl'
1385
    dynamic_linker="$host_os dld.sl"
1386
    shlibpath_var=SHLIB_PATH
1387
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1388
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1389
    soname_spec='${libname}${release}${shared_ext}$major'
1390
    ;;
1391
  esac
1392
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
1393
  postinstall_cmds='chmod 555 $lib'
1394
  ;;
1395
 
1396
interix[[3-9]]*)
1397
  version_type=linux
1398
  need_lib_prefix=no
1399
  need_version=no
1400
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1401
  soname_spec='${libname}${release}${shared_ext}$major'
1402
  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1403
  shlibpath_var=LD_LIBRARY_PATH
1404
  shlibpath_overrides_runpath=no
1405
  hardcode_into_libs=yes
1406
  ;;
1407
 
1408
irix5* | irix6* | nonstopux*)
1409
  case $host_os in
1410
    nonstopux*) version_type=nonstopux ;;
1411
    *)
1412
        if test "$lt_cv_prog_gnu_ld" = yes; then
1413
                version_type=linux
1414
        else
1415
                version_type=irix
1416
        fi ;;
1417
  esac
1418
  need_lib_prefix=no
1419
  need_version=no
1420
  soname_spec='${libname}${release}${shared_ext}$major'
1421
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1422
  case $host_os in
1423
  irix5* | nonstopux*)
1424
    libsuff= shlibsuff=
1425
    ;;
1426
  *)
1427
    case $LD in # libtool.m4 will add one of these switches to LD
1428
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1429
      libsuff= shlibsuff= libmagic=32-bit;;
1430
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1431
      libsuff=32 shlibsuff=N32 libmagic=N32;;
1432
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1433
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
1434
    *) libsuff= shlibsuff= libmagic=never-match;;
1435
    esac
1436
    ;;
1437
  esac
1438
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1439
  shlibpath_overrides_runpath=no
1440
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1441
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1442
  hardcode_into_libs=yes
1443
  ;;
1444
 
1445
# No shared lib support for Linux oldld, aout, or coff.
1446
linux*oldld* | linux*aout* | linux*coff*)
1447
  dynamic_linker=no
1448
  ;;
1449
 
1450
# This must be Linux ELF.
1451
linux* | k*bsd*-gnu)
1452
  version_type=linux
1453
  need_lib_prefix=no
1454
  need_version=no
1455
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1456
  soname_spec='${libname}${release}${shared_ext}$major'
1457
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1458
  shlibpath_var=LD_LIBRARY_PATH
1459
  shlibpath_overrides_runpath=no
1460
  # This implies no fast_install, which is unacceptable.
1461
  # Some rework will be needed to allow for fast_install
1462
  # before this can be enabled.
1463
  hardcode_into_libs=yes
1464
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1465
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1466
 
1467
  # Append ld.so.conf contents to the search path
1468
  if test -f /etc/ld.so.conf; then
1469
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1470
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
1471
  fi
1472
 
1473
  # We used to test for /lib/ld.so.1 and disable shared libraries on
1474
  # powerpc, because MkLinux only supported shared libraries with the
1475
  # GNU dynamic linker.  Since this was broken with cross compilers,
1476
  # most powerpc-linux boxes support dynamic linking these days and
1477
  # people can always --disable-shared, the test was removed, and we
1478
  # assume the GNU/Linux dynamic linker is in use.
1479
  dynamic_linker='GNU/Linux ld.so'
1480
  ;;
1481
 
1482
netbsd*)
1483
  version_type=sunos
1484
  need_lib_prefix=no
1485
  need_version=no
1486
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1487
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1488
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1489
    dynamic_linker='NetBSD (a.out) ld.so'
1490
  else
1491
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1492
    soname_spec='${libname}${release}${shared_ext}$major'
1493
    dynamic_linker='NetBSD ld.elf_so'
1494
  fi
1495
  shlibpath_var=LD_LIBRARY_PATH
1496
  shlibpath_overrides_runpath=yes
1497
  hardcode_into_libs=yes
1498
  ;;
1499
 
1500
newsos6)
1501
  version_type=linux
1502
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1503
  shlibpath_var=LD_LIBRARY_PATH
1504
  shlibpath_overrides_runpath=yes
1505
  ;;
1506
 
1507
nto-qnx*)
1508
  version_type=linux
1509
  need_lib_prefix=no
1510
  need_version=no
1511
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1512
  soname_spec='${libname}${release}${shared_ext}$major'
1513
  shlibpath_var=LD_LIBRARY_PATH
1514
  shlibpath_overrides_runpath=yes
1515
  ;;
1516
 
1517
openbsd*)
1518
  version_type=sunos
1519
  sys_lib_dlsearch_path_spec="/usr/lib"
1520
  need_lib_prefix=no
1521
  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1522
  case $host_os in
1523
    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1524
    *)                         need_version=no  ;;
1525
  esac
1526
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1527
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1528
  shlibpath_var=LD_LIBRARY_PATH
1529
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1530
    case $host_os in
1531
      openbsd2.[[89]] | openbsd2.[[89]].*)
1532
        shlibpath_overrides_runpath=no
1533
        ;;
1534
      *)
1535
        shlibpath_overrides_runpath=yes
1536
        ;;
1537
      esac
1538
  else
1539
    shlibpath_overrides_runpath=yes
1540
  fi
1541
  ;;
1542
 
1543
os2*)
1544
  libname_spec='$name'
1545
  shrext_cmds=".dll"
1546
  need_lib_prefix=no
1547
  library_names_spec='$libname${shared_ext} $libname.a'
1548
  dynamic_linker='OS/2 ld.exe'
1549
  shlibpath_var=LIBPATH
1550
  ;;
1551
 
1552
osf3* | osf4* | osf5*)
1553
  version_type=osf
1554
  need_lib_prefix=no
1555
  need_version=no
1556
  soname_spec='${libname}${release}${shared_ext}$major'
1557
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1558
  shlibpath_var=LD_LIBRARY_PATH
1559
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1560
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1561
  ;;
1562
 
1563
rdos*)
1564
  dynamic_linker=no
1565
  ;;
1566
 
1567
solaris*)
1568
  version_type=linux
1569
  need_lib_prefix=no
1570
  need_version=no
1571
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1572
  soname_spec='${libname}${release}${shared_ext}$major'
1573
  shlibpath_var=LD_LIBRARY_PATH
1574
  shlibpath_overrides_runpath=yes
1575
  hardcode_into_libs=yes
1576
  # ldd complains unless libraries are executable
1577
  postinstall_cmds='chmod +x $lib'
1578
  ;;
1579
 
1580
sunos4*)
1581
  version_type=sunos
1582
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1583
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1584
  shlibpath_var=LD_LIBRARY_PATH
1585
  shlibpath_overrides_runpath=yes
1586
  if test "$with_gnu_ld" = yes; then
1587
    need_lib_prefix=no
1588
  fi
1589
  need_version=yes
1590
  ;;
1591
 
1592
sysv4 | sysv4.3*)
1593
  version_type=linux
1594
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1595
  soname_spec='${libname}${release}${shared_ext}$major'
1596
  shlibpath_var=LD_LIBRARY_PATH
1597
  case $host_vendor in
1598
    sni)
1599
      shlibpath_overrides_runpath=no
1600
      need_lib_prefix=no
1601
      export_dynamic_flag_spec='${wl}-Blargedynsym'
1602
      runpath_var=LD_RUN_PATH
1603
      ;;
1604
    siemens)
1605
      need_lib_prefix=no
1606
      ;;
1607
    motorola)
1608
      need_lib_prefix=no
1609
      need_version=no
1610
      shlibpath_overrides_runpath=no
1611
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1612
      ;;
1613
  esac
1614
  ;;
1615
 
1616
sysv4*MP*)
1617
  if test -d /usr/nec ;then
1618
    version_type=linux
1619
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1620
    soname_spec='$libname${shared_ext}.$major'
1621
    shlibpath_var=LD_LIBRARY_PATH
1622
  fi
1623
  ;;
1624
 
1625
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1626
  version_type=freebsd-elf
1627
  need_lib_prefix=no
1628
  need_version=no
1629
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1630
  soname_spec='${libname}${release}${shared_ext}$major'
1631
  shlibpath_var=LD_LIBRARY_PATH
1632
  hardcode_into_libs=yes
1633
  if test "$with_gnu_ld" = yes; then
1634
    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1635
    shlibpath_overrides_runpath=no
1636
  else
1637
    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1638
    shlibpath_overrides_runpath=yes
1639
    case $host_os in
1640
      sco3.2v5*)
1641
        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1642
        ;;
1643
    esac
1644
  fi
1645
  sys_lib_dlsearch_path_spec='/usr/lib'
1646
  ;;
1647
 
1648
uts4*)
1649
  version_type=linux
1650
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1651
  soname_spec='${libname}${release}${shared_ext}$major'
1652
  shlibpath_var=LD_LIBRARY_PATH
1653
  ;;
1654
 
1655
*)
1656
  dynamic_linker=no
1657
  ;;
1658
esac
1659
AC_MSG_RESULT([$dynamic_linker])
1660
test "$dynamic_linker" = no && can_build_shared=no
1661
 
1662
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1663
if test "$GCC" = yes; then
1664
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1665
fi
1666
])
1667
m4trace:/usr/share/aclocal/libtool.m4:1828: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1668
AC_ARG_WITH([tags],
1669
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1670
        [include additional configurations @<:@automatic@:>@])],
1671
    [tagnames="$withval"])
1672
 
1673
if test -f "$ltmain" && test -n "$tagnames"; then
1674
  if test ! -f "${ofile}"; then
1675
    AC_MSG_WARN([output file `$ofile' does not exist])
1676
  fi
1677
 
1678
  if test -z "$LTCC"; then
1679
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1680
    if test -z "$LTCC"; then
1681
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1682
    else
1683
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1684
    fi
1685
  fi
1686
  if test -z "$LTCFLAGS"; then
1687
    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1688
  fi
1689
 
1690
  # Extract list of available tagged configurations in $ofile.
1691
  # Note that this assumes the entire list is on one line.
1692
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1693
 
1694
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1695
  for tagname in $tagnames; do
1696
    IFS="$lt_save_ifs"
1697
    # Check whether tagname contains only valid characters
1698
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1699
    "") ;;
1700
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1701
        ;;
1702
    esac
1703
 
1704
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1705
    then
1706
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1707
    fi
1708
 
1709
    # Update the list of available tags.
1710
    if test -n "$tagname"; then
1711
      echo appending configuration tag \"$tagname\" to $ofile
1712
 
1713
      case $tagname in
1714
      CXX)
1715
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1716
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1717
            (test "X$CXX" != "Xg++"))) ; then
1718
          AC_LIBTOOL_LANG_CXX_CONFIG
1719
        else
1720
          tagname=""
1721
        fi
1722
        ;;
1723
 
1724
      F77)
1725
        if test -n "$F77" && test "X$F77" != "Xno"; then
1726
          AC_LIBTOOL_LANG_F77_CONFIG
1727
        else
1728
          tagname=""
1729
        fi
1730
        ;;
1731
 
1732
      GCJ)
1733
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1734
          AC_LIBTOOL_LANG_GCJ_CONFIG
1735
        else
1736
          tagname=""
1737
        fi
1738
        ;;
1739
 
1740
      RC)
1741
        AC_LIBTOOL_LANG_RC_CONFIG
1742
        ;;
1743
 
1744
      *)
1745
        AC_MSG_ERROR([Unsupported tag name: $tagname])
1746
        ;;
1747
      esac
1748
 
1749
      # Append the new tag name to the list of available tags.
1750
      if test -n "$tagname" ; then
1751
      available_tags="$available_tags $tagname"
1752
    fi
1753
    fi
1754
  done
1755
  IFS="$lt_save_ifs"
1756
 
1757
  # Now substitute the updated list of available tags.
1758
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1759
    mv "${ofile}T" "$ofile"
1760
    chmod +x "$ofile"
1761
  else
1762
    rm -f "${ofile}T"
1763
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
1764
  fi
1765
fi
1766
])
1767
m4trace:/usr/share/aclocal/libtool.m4:1934: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1768
])
1769
m4trace:/usr/share/aclocal/libtool.m4:1942: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1770
])
1771
m4trace:/usr/share/aclocal/libtool.m4:1951: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1772
AC_ARG_ENABLE([shared],
1773
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1774
        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1775
    [p=${PACKAGE-default}
1776
    case $enableval in
1777
    yes) enable_shared=yes ;;
1778
    no) enable_shared=no ;;
1779
    *)
1780
      enable_shared=no
1781
      # Look at the argument we got.  We use all the common list separators.
1782
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1783
      for pkg in $enableval; do
1784
        IFS="$lt_save_ifs"
1785
        if test "X$pkg" = "X$p"; then
1786
          enable_shared=yes
1787
        fi
1788
      done
1789
      IFS="$lt_save_ifs"
1790
      ;;
1791
    esac],
1792
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1793
])
1794
m4trace:/usr/share/aclocal/libtool.m4:1980: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1795
AC_ENABLE_SHARED(no)
1796
])
1797
m4trace:/usr/share/aclocal/libtool.m4:1990: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1798
AC_ARG_ENABLE([static],
1799
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1800
        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1801
    [p=${PACKAGE-default}
1802
    case $enableval in
1803
    yes) enable_static=yes ;;
1804
    no) enable_static=no ;;
1805
    *)
1806
     enable_static=no
1807
      # Look at the argument we got.  We use all the common list separators.
1808
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1809
      for pkg in $enableval; do
1810
        IFS="$lt_save_ifs"
1811
        if test "X$pkg" = "X$p"; then
1812
          enable_static=yes
1813
        fi
1814
      done
1815
      IFS="$lt_save_ifs"
1816
      ;;
1817
    esac],
1818
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1819
])
1820
m4trace:/usr/share/aclocal/libtool.m4:2019: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1821
AC_ENABLE_STATIC(no)
1822
])
1823
m4trace:/usr/share/aclocal/libtool.m4:2029: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1824
AC_ARG_ENABLE([fast-install],
1825
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1826
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1827
    [p=${PACKAGE-default}
1828
    case $enableval in
1829
    yes) enable_fast_install=yes ;;
1830
    no) enable_fast_install=no ;;
1831
    *)
1832
      enable_fast_install=no
1833
      # Look at the argument we got.  We use all the common list separators.
1834
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1835
      for pkg in $enableval; do
1836
        IFS="$lt_save_ifs"
1837
        if test "X$pkg" = "X$p"; then
1838
          enable_fast_install=yes
1839
        fi
1840
      done
1841
      IFS="$lt_save_ifs"
1842
      ;;
1843
    esac],
1844
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1845
])
1846
m4trace:/usr/share/aclocal/libtool.m4:2058: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1847
AC_ENABLE_FAST_INSTALL(no)
1848
])
1849
m4trace:/usr/share/aclocal/libtool.m4:2068: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1850
pic_mode=ifelse($#,1,$1,default)
1851
])
1852
m4trace:/usr/share/aclocal/libtool.m4:2092: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1853
AC_MSG_CHECKING([for $1])
1854
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1855
[case $MAGIC_CMD in
1856
[[\\/*] |  ?:[\\/]*])
1857
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1858
  ;;
1859
*)
1860
  lt_save_MAGIC_CMD="$MAGIC_CMD"
1861
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1862
dnl $ac_dummy forces splitting on constant user-supplied paths.
1863
dnl POSIX.2 word splitting is done only on the output of word expansions,
1864
dnl not every word.  This closes a longstanding sh security hole.
1865
  ac_dummy="ifelse([$2], , $PATH, [$2])"
1866
  for ac_dir in $ac_dummy; do
1867
    IFS="$lt_save_ifs"
1868
    test -z "$ac_dir" && ac_dir=.
1869
    if test -f $ac_dir/$1; then
1870
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1871
      if test -n "$file_magic_test_file"; then
1872
        case $deplibs_check_method in
1873
        "file_magic "*)
1874
          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1875
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1876
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1877
            $EGREP "$file_magic_regex" > /dev/null; then
1878
            :
1879
          else
1880
            cat <&2
1881
 
1882
*** Warning: the command libtool uses to detect shared libraries,
1883
*** $file_magic_cmd, produces output that libtool cannot recognize.
1884
*** The result is that libtool may fail to recognize shared libraries
1885
*** as such.  This will affect the creation of libtool libraries that
1886
*** depend on shared libraries, but programs linked with such libtool
1887
*** libraries will work regardless of this problem.  Nevertheless, you
1888
*** may want to report the problem to your system manager and/or to
1889
*** bug-libtool@gnu.org
1890
 
1891
EOF
1892
          fi ;;
1893
        esac
1894
      fi
1895
      break
1896
    fi
1897
  done
1898
  IFS="$lt_save_ifs"
1899
  MAGIC_CMD="$lt_save_MAGIC_CMD"
1900
  ;;
1901
esac])
1902
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1903
if test -n "$MAGIC_CMD"; then
1904
  AC_MSG_RESULT($MAGIC_CMD)
1905
else
1906
  AC_MSG_RESULT(no)
1907
fi
1908
])
1909
m4trace:/usr/share/aclocal/libtool.m4:2155: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1910
if test -z "$lt_cv_path_MAGIC_CMD"; then
1911
  if test -n "$ac_tool_prefix"; then
1912
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1913
  else
1914
    MAGIC_CMD=:
1915
  fi
1916
fi
1917
])
1918
m4trace:/usr/share/aclocal/libtool.m4:2170: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1919
    [AC_HELP_STRING([--with-gnu-ld],
1920
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1921
    [test "$withval" = no || with_gnu_ld=yes],
1922
    [with_gnu_ld=no])
1923
AC_REQUIRE([LT_AC_PROG_SED])dnl
1924
AC_REQUIRE([AC_PROG_CC])dnl
1925
AC_REQUIRE([AC_CANONICAL_HOST])dnl
1926
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1927
ac_prog=ld
1928
if test "$GCC" = yes; then
1929
  # Check if gcc -print-prog-name=ld gives a path.
1930
  AC_MSG_CHECKING([for ld used by $CC])
1931
  case $host in
1932
  *-*-mingw*)
1933
    # gcc leaves a trailing carriage return which upsets mingw
1934
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1935
  *)
1936
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1937
  esac
1938
  case $ac_prog in
1939
    # Accept absolute paths.
1940
    [[\\/]]* | ?:[[\\/]]*)
1941
      re_direlt='/[[^/]][[^/]]*/\.\./'
1942
      # Canonicalize the pathname of ld
1943
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1944
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1945
        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1946
      done
1947
      test -z "$LD" && LD="$ac_prog"
1948
      ;;
1949
  "")
1950
    # If it fails, then pretend we aren't using GCC.
1951
    ac_prog=ld
1952
    ;;
1953
  *)
1954
    # If it is relative, then search for the first ld in PATH.
1955
    with_gnu_ld=unknown
1956
    ;;
1957
  esac
1958
elif test "$with_gnu_ld" = yes; then
1959
  AC_MSG_CHECKING([for GNU ld])
1960
else
1961
  AC_MSG_CHECKING([for non-GNU ld])
1962
fi
1963
AC_CACHE_VAL(lt_cv_path_LD,
1964
[if test -z "$LD"; then
1965
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1966
  for ac_dir in $PATH; do
1967
    IFS="$lt_save_ifs"
1968
    test -z "$ac_dir" && ac_dir=.
1969
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1970
      lt_cv_path_LD="$ac_dir/$ac_prog"
1971
      # Check to see if the program is GNU ld.  I'd rather use --version,
1972
      # but apparently some variants of GNU ld only accept -v.
1973
      # Break only if it was the GNU/non-GNU ld that we prefer.
1974
      case `"$lt_cv_path_LD" -v 2>&1 
1975
      *GNU* | *'with BFD'*)
1976
        test "$with_gnu_ld" != no && break
1977
        ;;
1978
      *)
1979
        test "$with_gnu_ld" != yes && break
1980
        ;;
1981
      esac
1982
    fi
1983
  done
1984
  IFS="$lt_save_ifs"
1985
else
1986
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
1987
fi])
1988
LD="$lt_cv_path_LD"
1989
if test -n "$LD"; then
1990
  AC_MSG_RESULT($LD)
1991
else
1992
  AC_MSG_RESULT(no)
1993
fi
1994
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1995
AC_PROG_LD_GNU
1996
])
1997
m4trace:/usr/share/aclocal/libtool.m4:2254: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1998
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1999
[# I'd rather use --version here, but apparently some GNU lds only accept -v.
2000
case `$LD -v 2>&1 
2001
*GNU* | *'with BFD'*)
2002
  lt_cv_prog_gnu_ld=yes
2003
  ;;
2004
*)
2005
  lt_cv_prog_gnu_ld=no
2006
  ;;
2007
esac])
2008
with_gnu_ld=$lt_cv_prog_gnu_ld
2009
])
2010
m4trace:/usr/share/aclocal/libtool.m4:2274: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
2011
  lt_cv_ld_reload_flag,
2012
  [lt_cv_ld_reload_flag='-r'])
2013
reload_flag=$lt_cv_ld_reload_flag
2014
case $reload_flag in
2015
"" | " "*) ;;
2016
*) reload_flag=" $reload_flag" ;;
2017
esac
2018
reload_cmds='$LD$reload_flag -o $output$reload_objs'
2019
case $host_os in
2020
  darwin*)
2021
    if test "$GCC" = yes; then
2022
      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2023
    else
2024
      reload_cmds='$LD$reload_flag -o $output$reload_objs'
2025
    fi
2026
    ;;
2027
esac
2028
])
2029
m4trace:/usr/share/aclocal/libtool.m4:2300: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognize dependent libraries],
2030
lt_cv_deplibs_check_method,
2031
[lt_cv_file_magic_cmd='$MAGIC_CMD'
2032
lt_cv_file_magic_test_file=
2033
lt_cv_deplibs_check_method='unknown'
2034
# Need to set the preceding variable on all platforms that support
2035
# interlibrary dependencies.
2036
# 'none' -- dependencies not supported.
2037
# `unknown' -- same as none, but documents that we really don't know.
2038
# 'pass_all' -- all dependencies passed with no checks.
2039
# 'test_compile' -- check by making test program.
2040
# 'file_magic [[regex]]' -- check by looking for files in library path
2041
# which responds to the $file_magic_cmd with a given extended regex.
2042
# If you have `file' or equivalent on your system and you're not sure
2043
# whether `pass_all' will *always* work, you probably want this one.
2044
 
2045
case $host_os in
2046
aix4* | aix5*)
2047
  lt_cv_deplibs_check_method=pass_all
2048
  ;;
2049
 
2050
beos*)
2051
  lt_cv_deplibs_check_method=pass_all
2052
  ;;
2053
 
2054
bsdi[[45]]*)
2055
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2056
  lt_cv_file_magic_cmd='/usr/bin/file -L'
2057
  lt_cv_file_magic_test_file=/shlib/libc.so
2058
  ;;
2059
 
2060
cygwin*)
2061
  # func_win32_libid is a shell function defined in ltmain.sh
2062
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2063
  lt_cv_file_magic_cmd='func_win32_libid'
2064
  ;;
2065
 
2066
mingw* | pw32*)
2067
  # Base MSYS/MinGW do not provide the 'file' command needed by
2068
  # func_win32_libid shell function, so use a weaker test based on 'objdump',
2069
  # unless we find 'file', for example because we are cross-compiling.
2070
  if ( file / ) >/dev/null 2>&1; then
2071
    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2072
    lt_cv_file_magic_cmd='func_win32_libid'
2073
  else
2074
    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2075
    lt_cv_file_magic_cmd='$OBJDUMP -f'
2076
  fi
2077
  ;;
2078
 
2079
darwin* | rhapsody*)
2080
  lt_cv_deplibs_check_method=pass_all
2081
  ;;
2082
 
2083
freebsd* | dragonfly*)
2084
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2085
    case $host_cpu in
2086
    i*86 )
2087
      # Not sure whether the presence of OpenBSD here was a mistake.
2088
      # Let's accept both of them until this is cleared up.
2089
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2090
      lt_cv_file_magic_cmd=/usr/bin/file
2091
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2092
      ;;
2093
    esac
2094
  else
2095
    lt_cv_deplibs_check_method=pass_all
2096
  fi
2097
  ;;
2098
 
2099
gnu*)
2100
  lt_cv_deplibs_check_method=pass_all
2101
  ;;
2102
 
2103
hpux10.20* | hpux11*)
2104
  lt_cv_file_magic_cmd=/usr/bin/file
2105
  case $host_cpu in
2106
  ia64*)
2107
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2108
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2109
    ;;
2110
  hppa*64*)
2111
    [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]']
2112
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2113
    ;;
2114
  *)
2115
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2116
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
2117
    ;;
2118
  esac
2119
  ;;
2120
 
2121
interix[[3-9]]*)
2122
  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2123
  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2124
  ;;
2125
 
2126
irix5* | irix6* | nonstopux*)
2127
  case $LD in
2128
  *-32|*"-32 ") libmagic=32-bit;;
2129
  *-n32|*"-n32 ") libmagic=N32;;
2130
  *-64|*"-64 ") libmagic=64-bit;;
2131
  *) libmagic=never-match;;
2132
  esac
2133
  lt_cv_deplibs_check_method=pass_all
2134
  ;;
2135
 
2136
# This must be Linux ELF.
2137
linux* | k*bsd*-gnu)
2138
  lt_cv_deplibs_check_method=pass_all
2139
  ;;
2140
 
2141
netbsd*)
2142
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2143
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2144
  else
2145
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2146
  fi
2147
  ;;
2148
 
2149
newos6*)
2150
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2151
  lt_cv_file_magic_cmd=/usr/bin/file
2152
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
2153
  ;;
2154
 
2155
nto-qnx*)
2156
  lt_cv_deplibs_check_method=unknown
2157
  ;;
2158
 
2159
openbsd*)
2160
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2161
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2162
  else
2163
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2164
  fi
2165
  ;;
2166
 
2167
osf3* | osf4* | osf5*)
2168
  lt_cv_deplibs_check_method=pass_all
2169
  ;;
2170
 
2171
rdos*)
2172
  lt_cv_deplibs_check_method=pass_all
2173
  ;;
2174
 
2175
solaris*)
2176
  lt_cv_deplibs_check_method=pass_all
2177
  ;;
2178
 
2179
sysv4 | sysv4.3*)
2180
  case $host_vendor in
2181
  motorola)
2182
    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]]'
2183
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2184
    ;;
2185
  ncr)
2186
    lt_cv_deplibs_check_method=pass_all
2187
    ;;
2188
  sequent)
2189
    lt_cv_file_magic_cmd='/bin/file'
2190
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2191
    ;;
2192
  sni)
2193
    lt_cv_file_magic_cmd='/bin/file'
2194
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2195
    lt_cv_file_magic_test_file=/lib/libc.so
2196
    ;;
2197
  siemens)
2198
    lt_cv_deplibs_check_method=pass_all
2199
    ;;
2200
  pc)
2201
    lt_cv_deplibs_check_method=pass_all
2202
    ;;
2203
  esac
2204
  ;;
2205
 
2206
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2207
  lt_cv_deplibs_check_method=pass_all
2208
  ;;
2209
esac
2210
])
2211
file_magic_cmd=$lt_cv_file_magic_cmd
2212
deplibs_check_method=$lt_cv_deplibs_check_method
2213
test -z "$deplibs_check_method" && deplibs_check_method=unknown
2214
])
2215
m4trace:/usr/share/aclocal/libtool.m4:2492: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2216
[if test -n "$NM"; then
2217
  # Let the user override the test.
2218
  lt_cv_path_NM="$NM"
2219
else
2220
  lt_nm_to_check="${ac_tool_prefix}nm"
2221
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2222
    lt_nm_to_check="$lt_nm_to_check nm"
2223
  fi
2224
  for lt_tmp_nm in $lt_nm_to_check; do
2225
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2226
    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2227
      IFS="$lt_save_ifs"
2228
      test -z "$ac_dir" && ac_dir=.
2229
      tmp_nm="$ac_dir/$lt_tmp_nm"
2230
      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2231
        # Check to see if the nm accepts a BSD-compat flag.
2232
        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2233
        #   nm: unknown option "B" ignored
2234
        # Tru64's nm complains that /dev/null is an invalid object file
2235
        case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2236
        */dev/null* | *'Invalid file or object type'*)
2237
          lt_cv_path_NM="$tmp_nm -B"
2238
          break
2239
          ;;
2240
        *)
2241
          case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2242
          */dev/null*)
2243
            lt_cv_path_NM="$tmp_nm -p"
2244
            break
2245
            ;;
2246
          *)
2247
            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2248
            continue # so that we can try to find one that supports BSD flags
2249
            ;;
2250
          esac
2251
          ;;
2252
        esac
2253
      fi
2254
    done
2255
    IFS="$lt_save_ifs"
2256
  done
2257
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2258
fi])
2259
NM="$lt_cv_path_NM"
2260
])
2261
m4trace:/usr/share/aclocal/libtool.m4:2544: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2262
LIBM=
2263
case $host in
2264
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2265
  # These system don't have libm, or don't need it
2266
  ;;
2267
*-ncr-sysv4.3*)
2268
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2269
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2270
  ;;
2271
*)
2272
  AC_CHECK_LIB(m, cos, LIBM="-lm")
2273
  ;;
2274
esac
2275
])
2276
m4trace:/usr/share/aclocal/libtool.m4:2573: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2277
  case $enable_ltdl_convenience in
2278
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2279
  "") enable_ltdl_convenience=yes
2280
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2281
  esac
2282
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2283
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2284
  # For backwards non-gettext consistent compatibility...
2285
  INCLTDL="$LTDLINCL"
2286
])
2287
m4trace:/usr/share/aclocal/libtool.m4:2599: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2288
  AC_CHECK_LIB(ltdl, lt_dlinit,
2289
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2290
  [if test x"$enable_ltdl_install" = xno; then
2291
     AC_MSG_WARN([libltdl not installed, but installation disabled])
2292
   else
2293
     enable_ltdl_install=yes
2294
   fi
2295
  ])
2296
  if test x"$enable_ltdl_install" = x"yes"; then
2297
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2298
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2299
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2300
  else
2301
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2302
    LIBLTDL="-lltdl"
2303
    LTDLINCL=
2304
  fi
2305
  # For backwards non-gettext consistent compatibility...
2306
  INCLTDL="$LTDLINCL"
2307
])
2308
m4trace:/usr/share/aclocal/libtool.m4:2626: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2309
])
2310
m4trace:/usr/share/aclocal/libtool.m4:2633: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2311
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2312
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2313
])
2314
m4trace:/usr/share/aclocal/libtool.m4:2641: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2315
AC_REQUIRE([AC_PROG_CXX])
2316
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2317
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2318
    (test "X$CXX" != "Xg++"))) ; then
2319
  AC_PROG_CXXCPP
2320
fi
2321
])
2322
m4trace:/usr/share/aclocal/libtool.m4:2654: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2323
])
2324
m4trace:/usr/share/aclocal/libtool.m4:2661: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2325
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2326
])
2327
m4trace:/usr/share/aclocal/libtool.m4:2670: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2328
])
2329
m4trace:/usr/share/aclocal/libtool.m4:2677: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2330
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2331
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2332
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2333
         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2334
           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2335
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2336
])
2337
m4trace:/usr/share/aclocal/libtool.m4:2691: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2338
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2339
])
2340
m4trace:/usr/share/aclocal/libtool.m4:2702: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2341
m4trace:/usr/share/aclocal/libtool.m4:2703: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2342
AC_LANG_PUSH(C)
2343
 
2344
# Source file extension for C test sources.
2345
ac_ext=c
2346
 
2347
# Object file extension for compiled C test sources.
2348
objext=o
2349
_LT_AC_TAGVAR(objext, $1)=$objext
2350
 
2351
# Code to be used in simple compile tests
2352
lt_simple_compile_test_code="int some_variable = 0;"
2353
 
2354
# Code to be used in simple link tests
2355
lt_simple_link_test_code='int main(){return(0);}'
2356
 
2357
_LT_AC_SYS_COMPILER
2358
 
2359
# save warnings/boilerplate of simple test code
2360
_LT_COMPILER_BOILERPLATE
2361
_LT_LINKER_BOILERPLATE
2362
 
2363
## CAVEAT EMPTOR:
2364
## There is no encapsulation within the following macros, do not change
2365
## the running order or otherwise move them around unless you know exactly
2366
## what you are doing...
2367
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2368
AC_LIBTOOL_PROG_COMPILER_PIC($1)
2369
AC_LIBTOOL_PROG_CC_C_O($1)
2370
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2371
AC_LIBTOOL_PROG_LD_SHLIBS($1)
2372
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2373
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2374
AC_LIBTOOL_SYS_LIB_STRIP
2375
AC_LIBTOOL_DLOPEN_SELF
2376
 
2377
# Report which library types will actually be built
2378
AC_MSG_CHECKING([if libtool supports shared libraries])
2379
AC_MSG_RESULT([$can_build_shared])
2380
 
2381
AC_MSG_CHECKING([whether to build shared libraries])
2382
test "$can_build_shared" = "no" && enable_shared=no
2383
 
2384
# On AIX, shared libraries and static libraries use the same namespace, and
2385
# are all built from PIC.
2386
case $host_os in
2387
aix3*)
2388
  test "$enable_shared" = yes && enable_static=no
2389
  if test -n "$RANLIB"; then
2390
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2391
    postinstall_cmds='$RANLIB $lib'
2392
  fi
2393
  ;;
2394
 
2395
aix4* | aix5*)
2396
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2397
    test "$enable_shared" = yes && enable_static=no
2398
  fi
2399
    ;;
2400
esac
2401
AC_MSG_RESULT([$enable_shared])
2402
 
2403
AC_MSG_CHECKING([whether to build static libraries])
2404
# Make sure either enable_shared or enable_static is yes.
2405
test "$enable_shared" = yes || enable_static=yes
2406
AC_MSG_RESULT([$enable_static])
2407
 
2408
AC_LIBTOOL_CONFIG($1)
2409
 
2410
AC_LANG_POP
2411
CC="$lt_save_CC"
2412
])
2413
m4trace:/usr/share/aclocal/libtool.m4:2783: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2414
m4trace:/usr/share/aclocal/libtool.m4:2784: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2415
AC_REQUIRE([AC_PROG_CXX])
2416
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2417
 
2418
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2419
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2420
_LT_AC_TAGVAR(always_export_symbols, $1)=no
2421
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2422
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2423
_LT_AC_TAGVAR(hardcode_direct, $1)=no
2424
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2425
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2426
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2427
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2428
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2429
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2430
_LT_AC_TAGVAR(module_cmds, $1)=
2431
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2432
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2433
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2434
_LT_AC_TAGVAR(no_undefined_flag, $1)=
2435
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2436
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2437
 
2438
# Dependencies to place before and after the object being linked:
2439
_LT_AC_TAGVAR(predep_objects, $1)=
2440
_LT_AC_TAGVAR(postdep_objects, $1)=
2441
_LT_AC_TAGVAR(predeps, $1)=
2442
_LT_AC_TAGVAR(postdeps, $1)=
2443
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2444
 
2445
# Source file extension for C++ test sources.
2446
ac_ext=cpp
2447
 
2448
# Object file extension for compiled C++ test sources.
2449
objext=o
2450
_LT_AC_TAGVAR(objext, $1)=$objext
2451
 
2452
# Code to be used in simple compile tests
2453
lt_simple_compile_test_code="int some_variable = 0;"
2454
 
2455
# Code to be used in simple link tests
2456
lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2457
 
2458
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2459
_LT_AC_SYS_COMPILER
2460
 
2461
# save warnings/boilerplate of simple test code
2462
_LT_COMPILER_BOILERPLATE
2463
_LT_LINKER_BOILERPLATE
2464
 
2465
# Allow CC to be a program name with arguments.
2466
lt_save_CC=$CC
2467
lt_save_LD=$LD
2468
lt_save_GCC=$GCC
2469
GCC=$GXX
2470
lt_save_with_gnu_ld=$with_gnu_ld
2471
lt_save_path_LD=$lt_cv_path_LD
2472
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2473
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2474
else
2475
  $as_unset lt_cv_prog_gnu_ld
2476
fi
2477
if test -n "${lt_cv_path_LDCXX+set}"; then
2478
  lt_cv_path_LD=$lt_cv_path_LDCXX
2479
else
2480
  $as_unset lt_cv_path_LD
2481
fi
2482
test -z "${LDCXX+set}" || LD=$LDCXX
2483
CC=${CXX-"c++"}
2484
compiler=$CC
2485
_LT_AC_TAGVAR(compiler, $1)=$CC
2486
_LT_CC_BASENAME([$compiler])
2487
 
2488
# We don't want -fno-exception wen compiling C++ code, so set the
2489
# no_builtin_flag separately
2490
if test "$GXX" = yes; then
2491
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2492
else
2493
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2494
fi
2495
 
2496
if test "$GXX" = yes; then
2497
  # Set up default GNU C++ configuration
2498
 
2499
  AC_PROG_LD
2500
 
2501
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2502
  # archiving commands below assume that GNU ld is being used.
2503
  if test "$with_gnu_ld" = yes; then
2504
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2505
    _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'
2506
 
2507
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2508
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2509
 
2510
    # If archive_cmds runs LD, not CC, wlarc should be empty
2511
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2512
    #     investigate it a little bit more. (MM)
2513
    wlarc='${wl}'
2514
 
2515
    # ancient GNU ld didn't support --whole-archive et. al.
2516
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2517
        grep 'no-whole-archive' > /dev/null; then
2518
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2519
    else
2520
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2521
    fi
2522
  else
2523
    with_gnu_ld=no
2524
    wlarc=
2525
 
2526
    # A generic and very simple default shared library creation
2527
    # command for GNU C++ for the case where it uses the native
2528
    # linker, instead of GNU ld.  If possible, this setting should
2529
    # overridden to take advantage of the native linker features on
2530
    # the platform it is being used on.
2531
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2532
  fi
2533
 
2534
  # Commands to make compiler produce verbose output that lists
2535
  # what "hidden" libraries, object files and flags are used when
2536
  # linking a shared library.
2537
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2538
 
2539
else
2540
  GXX=no
2541
  with_gnu_ld=no
2542
  wlarc=
2543
fi
2544
 
2545
# PORTME: fill in a description of your system's C++ link characteristics
2546
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2547
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2548
case $host_os in
2549
  aix3*)
2550
    # FIXME: insert proper C++ library support
2551
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2552
    ;;
2553
  aix4* | aix5*)
2554
    if test "$host_cpu" = ia64; then
2555
      # On IA64, the linker does run time linking by default, so we don't
2556
      # have to do anything special.
2557
      aix_use_runtimelinking=no
2558
      exp_sym_flag='-Bexport'
2559
      no_entry_flag=""
2560
    else
2561
      aix_use_runtimelinking=no
2562
 
2563
      # Test if we are trying to use run time linking or normal
2564
      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2565
      # need to do runtime linking.
2566
      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2567
        for ld_flag in $LDFLAGS; do
2568
          case $ld_flag in
2569
          *-brtl*)
2570
            aix_use_runtimelinking=yes
2571
            break
2572
            ;;
2573
          esac
2574
        done
2575
        ;;
2576
      esac
2577
 
2578
      exp_sym_flag='-bexport'
2579
      no_entry_flag='-bnoentry'
2580
    fi
2581
 
2582
    # When large executables or shared objects are built, AIX ld can
2583
    # have problems creating the table of contents.  If linking a library
2584
    # or program results in "error TOC overflow" add -mminimal-toc to
2585
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2586
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2587
 
2588
    _LT_AC_TAGVAR(archive_cmds, $1)=''
2589
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2590
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2591
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2592
 
2593
    if test "$GXX" = yes; then
2594
      case $host_os in aix4.[[012]]|aix4.[[012]].*)
2595
      # We only want to do this on AIX 4.2 and lower, the check
2596
      # below for broken collect2 doesn't work under 4.3+
2597
        collect2name=`${CC} -print-prog-name=collect2`
2598
        if test -f "$collect2name" && \
2599
           strings "$collect2name" | grep resolve_lib_name >/dev/null
2600
        then
2601
          # We have reworked collect2
2602
          :
2603
        else
2604
          # We have old collect2
2605
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2606
          # It fails to find uninstalled libraries when the uninstalled
2607
          # path is not listed in the libpath.  Setting hardcode_minus_L
2608
          # to unsupported forces relinking
2609
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2610
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2611
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2612
        fi
2613
        ;;
2614
      esac
2615
      shared_flag='-shared'
2616
      if test "$aix_use_runtimelinking" = yes; then
2617
        shared_flag="$shared_flag "'${wl}-G'
2618
      fi
2619
    else
2620
      # not using gcc
2621
      if test "$host_cpu" = ia64; then
2622
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2623
        # chokes on -Wl,-G. The following line is correct:
2624
        shared_flag='-G'
2625
      else
2626
        if test "$aix_use_runtimelinking" = yes; then
2627
          shared_flag='${wl}-G'
2628
        else
2629
          shared_flag='${wl}-bM:SRE'
2630
        fi
2631
      fi
2632
    fi
2633
 
2634
    # It seems that -bexpall does not export symbols beginning with
2635
    # underscore (_), so it is better to generate a list of symbols to export.
2636
    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2637
    if test "$aix_use_runtimelinking" = yes; then
2638
      # Warning - without using the other runtime loading flags (-brtl),
2639
      # -berok will link without error, but may produce a broken library.
2640
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2641
      # Determine the default libpath from the value encoded in an empty executable.
2642
      _LT_AC_SYS_LIBPATH_AIX
2643
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2644
 
2645
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2646
     else
2647
      if test "$host_cpu" = ia64; then
2648
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2649
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2650
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
2651
      else
2652
        # Determine the default libpath from the value encoded in an empty executable.
2653
        _LT_AC_SYS_LIBPATH_AIX
2654
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2655
        # Warning - without using the other run time loading flags,
2656
        # -berok will link without error, but may produce a broken library.
2657
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2658
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2659
        # Exported symbols can be pulled into shared objects from archives
2660
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2661
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2662
        # This is similar to how AIX traditionally builds its shared libraries.
2663
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2664
      fi
2665
    fi
2666
    ;;
2667
 
2668
  beos*)
2669
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2670
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2671
      # Joseph Beckenbach  says some releases of gcc
2672
      # support --undefined.  This deserves some investigation.  FIXME
2673
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2674
    else
2675
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2676
    fi
2677
    ;;
2678
 
2679
  chorus*)
2680
    case $cc_basename in
2681
      *)
2682
        # FIXME: insert proper C++ library support
2683
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2684
        ;;
2685
    esac
2686
    ;;
2687
 
2688
  cygwin* | mingw* | pw32*)
2689
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2690
    # as there is no search path for DLLs.
2691
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2692
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2693
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
2694
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2695
 
2696
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2697
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
2698
      # If the export-symbols file already is a .def file (1st line
2699
      # is EXPORTS), use it as is; otherwise, prepend...
2700
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2701
        cp $export_symbols $output_objdir/$soname.def;
2702
      else
2703
        echo EXPORTS > $output_objdir/$soname.def;
2704
        cat $export_symbols >> $output_objdir/$soname.def;
2705
      fi~
2706
      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
2707
    else
2708
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2709
    fi
2710
  ;;
2711
      darwin* | rhapsody*)
2712
        case $host_os in
2713
        rhapsody* | darwin1.[[012]])
2714
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2715
         ;;
2716
       *) # Darwin 1.3 on
2717
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2718
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2719
         else
2720
           case ${MACOSX_DEPLOYMENT_TARGET} in
2721
             10.[[012]])
2722
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2723
               ;;
2724
             10.*)
2725
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2726
               ;;
2727
           esac
2728
         fi
2729
         ;;
2730
        esac
2731
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2732
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2733
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2734
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2735
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2736
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2737
 
2738
    if test "$GXX" = yes ; then
2739
      lt_int_apple_cc_single_mod=no
2740
      output_verbose_link_cmd='echo'
2741
      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2742
       lt_int_apple_cc_single_mod=yes
2743
      fi
2744
      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2745
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2746
      else
2747
          _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'
2748
        fi
2749
        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2750
        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2751
          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2752
            _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}'
2753
          else
2754
            _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}'
2755
          fi
2756
            _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}'
2757
      else
2758
      case $cc_basename in
2759
        xlc*)
2760
         output_verbose_link_cmd='echo'
2761
          _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` $xlcverstring'
2762
          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2763
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2764
          _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 $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2765
          _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}'
2766
          ;;
2767
       *)
2768
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2769
          ;;
2770
      esac
2771
      fi
2772
        ;;
2773
 
2774
  dgux*)
2775
    case $cc_basename in
2776
      ec++*)
2777
        # FIXME: insert proper C++ library support
2778
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2779
        ;;
2780
      ghcx*)
2781
        # Green Hills C++ Compiler
2782
        # FIXME: insert proper C++ library support
2783
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2784
        ;;
2785
      *)
2786
        # FIXME: insert proper C++ library support
2787
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2788
        ;;
2789
    esac
2790
    ;;
2791
  freebsd[[12]]*)
2792
    # C++ shared libraries reported to be fairly broken before switch to ELF
2793
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2794
    ;;
2795
  freebsd-elf*)
2796
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2797
    ;;
2798
  freebsd* | dragonfly*)
2799
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2800
    # conventions
2801
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2802
    ;;
2803
  gnu*)
2804
    ;;
2805
  hpux9*)
2806
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2807
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2808
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2809
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2810
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2811
                                # but as the default
2812
                                # location of the library.
2813
 
2814
    case $cc_basename in
2815
    CC*)
2816
      # FIXME: insert proper C++ library support
2817
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2818
      ;;
2819
    aCC*)
2820
      _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'
2821
      # Commands to make compiler produce verbose output that lists
2822
      # what "hidden" libraries, object files and flags are used when
2823
      # linking a shared library.
2824
      #
2825
      # There doesn't appear to be a way to prevent this compiler from
2826
      # explicitly linking system object files so we need to strip them
2827
      # from the output so that they don't get included in the library
2828
      # dependencies.
2829
      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'
2830
      ;;
2831
    *)
2832
      if test "$GXX" = yes; then
2833
        _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'
2834
      else
2835
        # FIXME: insert proper C++ library support
2836
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2837
      fi
2838
      ;;
2839
    esac
2840
    ;;
2841
  hpux10*|hpux11*)
2842
    if test $with_gnu_ld = no; then
2843
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2844
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2845
 
2846
      case $host_cpu in
2847
      hppa*64*|ia64*) ;;
2848
      *)
2849
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2850
        ;;
2851
      esac
2852
    fi
2853
    case $host_cpu in
2854
    hppa*64*|ia64*)
2855
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2856
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2857
      ;;
2858
    *)
2859
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2860
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2861
                                              # but as the default
2862
                                              # location of the library.
2863
      ;;
2864
    esac
2865
 
2866
    case $cc_basename in
2867
      CC*)
2868
        # FIXME: insert proper C++ library support
2869
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2870
        ;;
2871
      aCC*)
2872
        case $host_cpu in
2873
        hppa*64*)
2874
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2875
          ;;
2876
        ia64*)
2877
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2878
          ;;
2879
        *)
2880
          _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'
2881
          ;;
2882
        esac
2883
        # Commands to make compiler produce verbose output that lists
2884
        # what "hidden" libraries, object files and flags are used when
2885
        # linking a shared library.
2886
        #
2887
        # There doesn't appear to be a way to prevent this compiler from
2888
        # explicitly linking system object files so we need to strip them
2889
        # from the output so that they don't get included in the library
2890
        # dependencies.
2891
        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'
2892
        ;;
2893
      *)
2894
        if test "$GXX" = yes; then
2895
          if test $with_gnu_ld = no; then
2896
            case $host_cpu in
2897
            hppa*64*)
2898
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2899
              ;;
2900
            ia64*)
2901
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2902
              ;;
2903
            *)
2904
              _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'
2905
              ;;
2906
            esac
2907
          fi
2908
        else
2909
          # FIXME: insert proper C++ library support
2910
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2911
        fi
2912
        ;;
2913
    esac
2914
    ;;
2915
  interix[[3-9]]*)
2916
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2917
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2918
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2919
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2920
    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2921
    # Instead, shared libraries are loaded at an image base (0x10000000 by
2922
    # default) and relocated if they conflict, which is a slow very memory
2923
    # consuming and fragmenting process.  To avoid this, we pick a random,
2924
    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2925
    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2926
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2927
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2928
    ;;
2929
  irix5* | irix6*)
2930
    case $cc_basename in
2931
      CC*)
2932
        # SGI C++
2933
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2934
 
2935
        # Archives containing C++ object files must be created using
2936
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2937
        # necessary to make sure instantiated templates are included
2938
        # in the archive.
2939
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2940
        ;;
2941
      *)
2942
        if test "$GXX" = yes; then
2943
          if test "$with_gnu_ld" = no; then
2944
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2945
          else
2946
            _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'
2947
          fi
2948
        fi
2949
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2950
        ;;
2951
    esac
2952
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2953
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2954
    ;;
2955
  linux* | k*bsd*-gnu)
2956
    case $cc_basename in
2957
      KCC*)
2958
        # Kuck and Associates, Inc. (KAI) C++ Compiler
2959
 
2960
        # KCC will only create a shared library if the output file
2961
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2962
        # to its proper name (with version) after linking.
2963
        _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'
2964
        _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'
2965
        # Commands to make compiler produce verbose output that lists
2966
        # what "hidden" libraries, object files and flags are used when
2967
        # linking a shared library.
2968
        #
2969
        # There doesn't appear to be a way to prevent this compiler from
2970
        # explicitly linking system object files so we need to strip them
2971
        # from the output so that they don't get included in the library
2972
        # dependencies.
2973
        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'
2974
 
2975
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2976
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2977
 
2978
        # Archives containing C++ object files must be created using
2979
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2980
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2981
        ;;
2982
      icpc*)
2983
        # Intel C++
2984
        with_gnu_ld=yes
2985
        # version 8.0 and above of icpc choke on multiply defined symbols
2986
        # if we add $predep_objects and $postdep_objects, however 7.1 and
2987
        # earlier do not add the objects themselves.
2988
        case `$CC -V 2>&1` in
2989
        *"Version 7."*)
2990
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2991
          _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'
2992
          ;;
2993
        *)  # Version 8.0 or newer
2994
          tmp_idyn=
2995
          case $host_cpu in
2996
            ia64*) tmp_idyn=' -i_dynamic';;
2997
          esac
2998
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2999
          _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'
3000
          ;;
3001
        esac
3002
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3003
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3004
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3005
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3006
        ;;
3007
      pgCC*)
3008
        # Portland Group C++ compiler
3009
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3010
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
3011
 
3012
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3013
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3014
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3015
        ;;
3016
      cxx*)
3017
        # Compaq C++
3018
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3019
        _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'
3020
 
3021
        runpath_var=LD_RUN_PATH
3022
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3023
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3024
 
3025
        # Commands to make compiler produce verbose output that lists
3026
        # what "hidden" libraries, object files and flags are used when
3027
        # linking a shared library.
3028
        #
3029
        # There doesn't appear to be a way to prevent this compiler from
3030
        # explicitly linking system object files so we need to strip them
3031
        # from the output so that they don't get included in the library
3032
        # dependencies.
3033
        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'
3034
        ;;
3035
      *)
3036
        case `$CC -V 2>&1 | sed 5q` in
3037
        *Sun\ C*)
3038
          # Sun C++ 5.9
3039
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3040
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3041
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
3042
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3043
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3044
 
3045
          # Not sure whether something based on
3046
          # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3047
          # would be better.
3048
          output_verbose_link_cmd='echo'
3049
 
3050
          # Archives containing C++ object files must be created using
3051
          # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3052
          # necessary to make sure instantiated templates are included
3053
          # in the archive.
3054
          _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3055
          ;;
3056
        esac
3057
        ;;
3058
    esac
3059
    ;;
3060
  lynxos*)
3061
    # FIXME: insert proper C++ library support
3062
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3063
    ;;
3064
  m88k*)
3065
    # FIXME: insert proper C++ library support
3066
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3067
    ;;
3068
  mvs*)
3069
    case $cc_basename in
3070
      cxx*)
3071
        # FIXME: insert proper C++ library support
3072
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3073
        ;;
3074
      *)
3075
        # FIXME: insert proper C++ library support
3076
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3077
        ;;
3078
    esac
3079
    ;;
3080
  netbsd*)
3081
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3082
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3083
      wlarc=
3084
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3085
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3086
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3087
    fi
3088
    # Workaround some broken pre-1.5 toolchains
3089
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3090
    ;;
3091
  openbsd2*)
3092
    # C++ shared libraries are fairly broken
3093
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3094
    ;;
3095
  openbsd*)
3096
    if test -f /usr/libexec/ld.so; then
3097
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3098
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3099
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3100
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3101
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3102
        _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'
3103
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3104
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3105
      fi
3106
      output_verbose_link_cmd='echo'
3107
    else
3108
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3109
    fi
3110
    ;;
3111
  osf3*)
3112
    case $cc_basename in
3113
      KCC*)
3114
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3115
 
3116
        # KCC will only create a shared library if the output file
3117
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3118
        # to its proper name (with version) after linking.
3119
        _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
3120
 
3121
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3122
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3123
 
3124
        # Archives containing C++ object files must be created using
3125
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3126
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3127
 
3128
        ;;
3129
      RCC*)
3130
        # Rational C++ 2.4.1
3131
        # FIXME: insert proper C++ library support
3132
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3133
        ;;
3134
      cxx*)
3135
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3136
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3137
 
3138
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3139
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3140
 
3141
        # Commands to make compiler produce verbose output that lists
3142
        # what "hidden" libraries, object files and flags are used when
3143
        # linking a shared library.
3144
        #
3145
        # There doesn't appear to be a way to prevent this compiler from
3146
        # explicitly linking system object files so we need to strip them
3147
        # from the output so that they don't get included in the library
3148
        # dependencies.
3149
        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'
3150
        ;;
3151
      *)
3152
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3153
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3154
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3155
 
3156
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3157
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3158
 
3159
          # Commands to make compiler produce verbose output that lists
3160
          # what "hidden" libraries, object files and flags are used when
3161
          # linking a shared library.
3162
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3163
 
3164
        else
3165
          # FIXME: insert proper C++ library support
3166
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3167
        fi
3168
        ;;
3169
    esac
3170
    ;;
3171
  osf4* | osf5*)
3172
    case $cc_basename in
3173
      KCC*)
3174
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3175
 
3176
        # KCC will only create a shared library if the output file
3177
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3178
        # to its proper name (with version) after linking.
3179
        _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'
3180
 
3181
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3182
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3183
 
3184
        # Archives containing C++ object files must be created using
3185
        # the KAI C++ compiler.
3186
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3187
        ;;
3188
      RCC*)
3189
        # Rational C++ 2.4.1
3190
        # FIXME: insert proper C++ library support
3191
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3192
        ;;
3193
      cxx*)
3194
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3195
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3196
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3197
          echo "-hidden">> $lib.exp~
3198
          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
3199
          $rm $lib.exp'
3200
 
3201
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3202
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3203
 
3204
        # Commands to make compiler produce verbose output that lists
3205
        # what "hidden" libraries, object files and flags are used when
3206
        # linking a shared library.
3207
        #
3208
        # There doesn't appear to be a way to prevent this compiler from
3209
        # explicitly linking system object files so we need to strip them
3210
        # from the output so that they don't get included in the library
3211
        # dependencies.
3212
        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'
3213
        ;;
3214
      *)
3215
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3216
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3217
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3218
 
3219
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3220
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3221
 
3222
          # Commands to make compiler produce verbose output that lists
3223
          # what "hidden" libraries, object files and flags are used when
3224
          # linking a shared library.
3225
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3226
 
3227
        else
3228
          # FIXME: insert proper C++ library support
3229
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3230
        fi
3231
        ;;
3232
    esac
3233
    ;;
3234
  psos*)
3235
    # FIXME: insert proper C++ library support
3236
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3237
    ;;
3238
  sunos4*)
3239
    case $cc_basename in
3240
      CC*)
3241
        # Sun C++ 4.x
3242
        # FIXME: insert proper C++ library support
3243
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3244
        ;;
3245
      lcc*)
3246
        # Lucid
3247
        # FIXME: insert proper C++ library support
3248
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3249
        ;;
3250
      *)
3251
        # FIXME: insert proper C++ library support
3252
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3253
        ;;
3254
    esac
3255
    ;;
3256
  solaris*)
3257
    case $cc_basename in
3258
      CC*)
3259
        # Sun C++ 4.2, 5.x and Centerline C++
3260
        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3261
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3262
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3263
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3264
        $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3265
 
3266
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3267
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3268
        case $host_os in
3269
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3270
          *)
3271
            # The compiler driver will combine and reorder linker options,
3272
            # but understands `-z linker_flag'.
3273
            # Supported since Solaris 2.6 (maybe 2.5.1?)
3274
            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3275
            ;;
3276
        esac
3277
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3278
 
3279
        output_verbose_link_cmd='echo'
3280
 
3281
        # Archives containing C++ object files must be created using
3282
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3283
        # necessary to make sure instantiated templates are included
3284
        # in the archive.
3285
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3286
        ;;
3287
      gcx*)
3288
        # Green Hills C++ Compiler
3289
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3290
 
3291
        # The C++ compiler must be used to create the archive.
3292
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3293
        ;;
3294
      *)
3295
        # GNU C++ compiler with Solaris linker
3296
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3297
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3298
          if $CC --version | grep -v '^2\.7' > /dev/null; then
3299
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3300
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3301
                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3302
 
3303
            # Commands to make compiler produce verbose output that lists
3304
            # what "hidden" libraries, object files and flags are used when
3305
            # linking a shared library.
3306
            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3307
          else
3308
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
3309
            # platform.
3310
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3311
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3312
                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3313
 
3314
            # Commands to make compiler produce verbose output that lists
3315
            # what "hidden" libraries, object files and flags are used when
3316
            # linking a shared library.
3317
            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3318
          fi
3319
 
3320
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3321
          case $host_os in
3322
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3323
          *)
3324
            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3325
            ;;
3326
          esac
3327
        fi
3328
        ;;
3329
    esac
3330
    ;;
3331
  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3332
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3333
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3334
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3335
    runpath_var='LD_RUN_PATH'
3336
 
3337
    case $cc_basename in
3338
      CC*)
3339
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3340
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3341
        ;;
3342
      *)
3343
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3344
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3345
        ;;
3346
    esac
3347
    ;;
3348
  sysv5* | sco3.2v5* | sco5v6*)
3349
    # Note: We can NOT use -z defs as we might desire, because we do not
3350
    # link with -lc, and that would cause any symbols used from libc to
3351
    # always be unresolved, which means just about no library would
3352
    # ever link correctly.  If we're not using GNU ld we use -z text
3353
    # though, which does catch some bad symbols but isn't as heavy-handed
3354
    # as -z defs.
3355
    # For security reasons, it is highly recommended that you always
3356
    # use absolute paths for naming shared libraries, and exclude the
3357
    # DT_RUNPATH tag from executables and libraries.  But doing so
3358
    # requires that you compile everything twice, which is a pain.
3359
    # So that behaviour is only enabled if SCOABSPATH is set to a
3360
    # non-empty value in the environment.  Most likely only useful for
3361
    # creating official distributions of packages.
3362
    # This is a hack until libtool officially supports absolute path
3363
    # names for shared libraries.
3364
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3365
    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3366
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3367
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3368
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3369
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3370
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3371
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3372
    runpath_var='LD_RUN_PATH'
3373
 
3374
    case $cc_basename in
3375
      CC*)
3376
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3377
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3378
        ;;
3379
      *)
3380
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3381
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3382
        ;;
3383
    esac
3384
    ;;
3385
  tandem*)
3386
    case $cc_basename in
3387
      NCC*)
3388
        # NonStop-UX NCC 3.20
3389
        # FIXME: insert proper C++ library support
3390
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3391
        ;;
3392
      *)
3393
        # FIXME: insert proper C++ library support
3394
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3395
        ;;
3396
    esac
3397
    ;;
3398
  vxworks*)
3399
    # FIXME: insert proper C++ library support
3400
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3401
    ;;
3402
  *)
3403
    # FIXME: insert proper C++ library support
3404
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3405
    ;;
3406
esac
3407
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3408
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3409
 
3410
_LT_AC_TAGVAR(GCC, $1)="$GXX"
3411
_LT_AC_TAGVAR(LD, $1)="$LD"
3412
 
3413
## CAVEAT EMPTOR:
3414
## There is no encapsulation within the following macros, do not change
3415
## the running order or otherwise move them around unless you know exactly
3416
## what you are doing...
3417
AC_LIBTOOL_POSTDEP_PREDEP($1)
3418
AC_LIBTOOL_PROG_COMPILER_PIC($1)
3419
AC_LIBTOOL_PROG_CC_C_O($1)
3420
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3421
AC_LIBTOOL_PROG_LD_SHLIBS($1)
3422
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3423
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3424
 
3425
AC_LIBTOOL_CONFIG($1)
3426
 
3427
AC_LANG_POP
3428
CC=$lt_save_CC
3429
LDCXX=$LD
3430
LD=$lt_save_LD
3431
GCC=$lt_save_GCC
3432
with_gnu_ldcxx=$with_gnu_ld
3433
with_gnu_ld=$lt_save_with_gnu_ld
3434
lt_cv_path_LDCXX=$lt_cv_path_LD
3435
lt_cv_path_LD=$lt_save_path_LD
3436
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3437
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3438
])
3439
m4trace:/usr/share/aclocal/libtool.m4:3817: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3440
dnl we can't use the lt_simple_compile_test_code here,
3441
dnl because it contains code intended for an executable,
3442
dnl not a library.  It's possible we should let each
3443
dnl tag define a new lt_????_link_test_code variable,
3444
dnl but it's only used here...
3445
ifelse([$1],[],[cat > conftest.$ac_ext <
3446
int a;
3447
void foo (void) { a = 0; }
3448
EOF
3449
],[$1],[CXX],[cat > conftest.$ac_ext <
3450
class Foo
3451
{
3452
public:
3453
  Foo (void) { a = 0; }
3454
private:
3455
  int a;
3456
};
3457
EOF
3458
],[$1],[F77],[cat > conftest.$ac_ext <
3459
      subroutine foo
3460
      implicit none
3461
      integer*4 a
3462
      a=0
3463
      return
3464
      end
3465
EOF
3466
],[$1],[GCJ],[cat > conftest.$ac_ext <
3467
public class foo {
3468
  private int a;
3469
  public void bar (void) {
3470
    a = 0;
3471
  }
3472
};
3473
EOF
3474
])
3475
dnl Parse the compiler output and extract the necessary
3476
dnl objects, libraries and library flags.
3477
if AC_TRY_EVAL(ac_compile); then
3478
  # Parse the compiler output and extract the necessary
3479
  # objects, libraries and library flags.
3480
 
3481
  # Sentinel used to keep track of whether or not we are before
3482
  # the conftest object file.
3483
  pre_test_object_deps_done=no
3484
 
3485
  # The `*' in the case matches for architectures that use `case' in
3486
  # $output_verbose_cmd can trigger glob expansion during the loop
3487
  # eval without this substitution.
3488
  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3489
 
3490
  for p in `eval $output_verbose_link_cmd`; do
3491
    case $p in
3492
 
3493
    -L* | -R* | -l*)
3494
       # Some compilers place space between "-{L,R}" and the path.
3495
       # Remove the space.
3496
       if test $p = "-L" \
3497
          || test $p = "-R"; then
3498
         prev=$p
3499
         continue
3500
       else
3501
         prev=
3502
       fi
3503
 
3504
       if test "$pre_test_object_deps_done" = no; then
3505
         case $p in
3506
         -L* | -R*)
3507
           # Internal compiler library paths should come after those
3508
           # provided the user.  The postdeps already come after the
3509
           # user supplied libs so there is no need to process them.
3510
           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3511
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3512
           else
3513
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3514
           fi
3515
           ;;
3516
         # The "-l" case would never come before the object being
3517
         # linked, so don't bother handling this case.
3518
         esac
3519
       else
3520
         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3521
           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3522
         else
3523
           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3524
         fi
3525
       fi
3526
       ;;
3527
 
3528
    *.$objext)
3529
       # This assumes that the test object file only shows up
3530
       # once in the compiler output.
3531
       if test "$p" = "conftest.$objext"; then
3532
         pre_test_object_deps_done=yes
3533
         continue
3534
       fi
3535
 
3536
       if test "$pre_test_object_deps_done" = no; then
3537
         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3538
           _LT_AC_TAGVAR(predep_objects, $1)="$p"
3539
         else
3540
           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3541
         fi
3542
       else
3543
         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3544
           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3545
         else
3546
           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3547
         fi
3548
       fi
3549
       ;;
3550
 
3551
    *) ;; # Ignore the rest.
3552
 
3553
    esac
3554
  done
3555
 
3556
  # Clean up.
3557
  rm -f a.out a.exe
3558
else
3559
  echo "libtool.m4: error: problem compiling $1 test program"
3560
fi
3561
 
3562
$rm -f confest.$objext
3563
 
3564
# PORTME: override above test on systems where it is broken
3565
ifelse([$1],[CXX],
3566
[case $host_os in
3567
interix[[3-9]]*)
3568
  # Interix 3.5 installs completely hosed .la files for C++, so rather than
3569
  # hack all around it, let's just trust "g++" to DTRT.
3570
  _LT_AC_TAGVAR(predep_objects,$1)=
3571
  _LT_AC_TAGVAR(postdep_objects,$1)=
3572
  _LT_AC_TAGVAR(postdeps,$1)=
3573
  ;;
3574
 
3575
linux*)
3576
  case `$CC -V 2>&1 | sed 5q` in
3577
  *Sun\ C*)
3578
    # Sun C++ 5.9
3579
    #
3580
    # The more standards-conforming stlport4 library is
3581
    # incompatible with the Cstd library. Avoid specifying
3582
    # it if it's in CXXFLAGS. Ignore libCrun as
3583
    # -library=stlport4 depends on it.
3584
    case " $CXX $CXXFLAGS " in
3585
    *" -library=stlport4 "*)
3586
      solaris_use_stlport4=yes
3587
      ;;
3588
    esac
3589
    if test "$solaris_use_stlport4" != yes; then
3590
      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3591
    fi
3592
    ;;
3593
  esac
3594
  ;;
3595
 
3596
solaris*)
3597
  case $cc_basename in
3598
  CC*)
3599
    # The more standards-conforming stlport4 library is
3600
    # incompatible with the Cstd library. Avoid specifying
3601
    # it if it's in CXXFLAGS. Ignore libCrun as
3602
    # -library=stlport4 depends on it.
3603
    case " $CXX $CXXFLAGS " in
3604
    *" -library=stlport4 "*)
3605
      solaris_use_stlport4=yes
3606
      ;;
3607
    esac
3608
 
3609
    # Adding this requires a known-good setup of shared libraries for
3610
    # Sun compiler versions before 5.6, else PIC objects from an old
3611
    # archive will be linked into the output, leading to subtle bugs.
3612
    if test "$solaris_use_stlport4" != yes; then
3613
      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3614
    fi
3615
    ;;
3616
  esac
3617
  ;;
3618
esac
3619
])
3620
 
3621
case " $_LT_AC_TAGVAR(postdeps, $1) " in
3622
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3623
esac
3624
])
3625
m4trace:/usr/share/aclocal/libtool.m4:4009: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3626
m4trace:/usr/share/aclocal/libtool.m4:4010: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3627
AC_LANG_PUSH(Fortran 77)
3628
 
3629
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3630
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3631
_LT_AC_TAGVAR(always_export_symbols, $1)=no
3632
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3633
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3634
_LT_AC_TAGVAR(hardcode_direct, $1)=no
3635
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3636
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3637
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3638
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3639
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3640
_LT_AC_TAGVAR(module_cmds, $1)=
3641
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3642
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3643
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3644
_LT_AC_TAGVAR(no_undefined_flag, $1)=
3645
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3646
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3647
 
3648
# Source file extension for f77 test sources.
3649
ac_ext=f
3650
 
3651
# Object file extension for compiled f77 test sources.
3652
objext=o
3653
_LT_AC_TAGVAR(objext, $1)=$objext
3654
 
3655
# Code to be used in simple compile tests
3656
lt_simple_compile_test_code="\
3657
      subroutine t
3658
      return
3659
      end
3660
"
3661
 
3662
# Code to be used in simple link tests
3663
lt_simple_link_test_code="\
3664
      program t
3665
      end
3666
"
3667
 
3668
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3669
_LT_AC_SYS_COMPILER
3670
 
3671
# save warnings/boilerplate of simple test code
3672
_LT_COMPILER_BOILERPLATE
3673
_LT_LINKER_BOILERPLATE
3674
 
3675
# Allow CC to be a program name with arguments.
3676
lt_save_CC="$CC"
3677
CC=${F77-"f77"}
3678
compiler=$CC
3679
_LT_AC_TAGVAR(compiler, $1)=$CC
3680
_LT_CC_BASENAME([$compiler])
3681
 
3682
AC_MSG_CHECKING([if libtool supports shared libraries])
3683
AC_MSG_RESULT([$can_build_shared])
3684
 
3685
AC_MSG_CHECKING([whether to build shared libraries])
3686
test "$can_build_shared" = "no" && enable_shared=no
3687
 
3688
# On AIX, shared libraries and static libraries use the same namespace, and
3689
# are all built from PIC.
3690
case $host_os in
3691
aix3*)
3692
  test "$enable_shared" = yes && enable_static=no
3693
  if test -n "$RANLIB"; then
3694
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3695
    postinstall_cmds='$RANLIB $lib'
3696
  fi
3697
  ;;
3698
aix4* | aix5*)
3699
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3700
    test "$enable_shared" = yes && enable_static=no
3701
  fi
3702
  ;;
3703
esac
3704
AC_MSG_RESULT([$enable_shared])
3705
 
3706
AC_MSG_CHECKING([whether to build static libraries])
3707
# Make sure either enable_shared or enable_static is yes.
3708
test "$enable_shared" = yes || enable_static=yes
3709
AC_MSG_RESULT([$enable_static])
3710
 
3711
_LT_AC_TAGVAR(GCC, $1)="$G77"
3712
_LT_AC_TAGVAR(LD, $1)="$LD"
3713
 
3714
AC_LIBTOOL_PROG_COMPILER_PIC($1)
3715
AC_LIBTOOL_PROG_CC_C_O($1)
3716
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3717
AC_LIBTOOL_PROG_LD_SHLIBS($1)
3718
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3719
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3720
 
3721
AC_LIBTOOL_CONFIG($1)
3722
 
3723
AC_LANG_POP
3724
CC="$lt_save_CC"
3725
])
3726
m4trace:/usr/share/aclocal/libtool.m4:4118: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3727
m4trace:/usr/share/aclocal/libtool.m4:4119: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3728
 
3729
# Source file extension for Java test sources.
3730
ac_ext=java
3731
 
3732
# Object file extension for compiled Java test sources.
3733
objext=o
3734
_LT_AC_TAGVAR(objext, $1)=$objext
3735
 
3736
# Code to be used in simple compile tests
3737
lt_simple_compile_test_code="class foo {}"
3738
 
3739
# Code to be used in simple link tests
3740
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
3741
 
3742
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3743
_LT_AC_SYS_COMPILER
3744
 
3745
# save warnings/boilerplate of simple test code
3746
_LT_COMPILER_BOILERPLATE
3747
_LT_LINKER_BOILERPLATE
3748
 
3749
# Allow CC to be a program name with arguments.
3750
lt_save_CC="$CC"
3751
CC=${GCJ-"gcj"}
3752
compiler=$CC
3753
_LT_AC_TAGVAR(compiler, $1)=$CC
3754
_LT_CC_BASENAME([$compiler])
3755
 
3756
# GCJ did not exist at the time GCC didn't implicitly link libc in.
3757
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3758
 
3759
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3760
 
3761
## CAVEAT EMPTOR:
3762
## There is no encapsulation within the following macros, do not change
3763
## the running order or otherwise move them around unless you know exactly
3764
## what you are doing...
3765
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3766
AC_LIBTOOL_PROG_COMPILER_PIC($1)
3767
AC_LIBTOOL_PROG_CC_C_O($1)
3768
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3769
AC_LIBTOOL_PROG_LD_SHLIBS($1)
3770
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3771
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3772
 
3773
AC_LIBTOOL_CONFIG($1)
3774
 
3775
AC_LANG_RESTORE
3776
CC="$lt_save_CC"
3777
])
3778
m4trace:/usr/share/aclocal/libtool.m4:4178: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3779
m4trace:/usr/share/aclocal/libtool.m4:4179: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3780
 
3781
# Source file extension for RC test sources.
3782
ac_ext=rc
3783
 
3784
# Object file extension for compiled RC test sources.
3785
objext=o
3786
_LT_AC_TAGVAR(objext, $1)=$objext
3787
 
3788
# Code to be used in simple compile tests
3789
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
3790
 
3791
# Code to be used in simple link tests
3792
lt_simple_link_test_code="$lt_simple_compile_test_code"
3793
 
3794
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3795
_LT_AC_SYS_COMPILER
3796
 
3797
# save warnings/boilerplate of simple test code
3798
_LT_COMPILER_BOILERPLATE
3799
_LT_LINKER_BOILERPLATE
3800
 
3801
# Allow CC to be a program name with arguments.
3802
lt_save_CC="$CC"
3803
CC=${RC-"windres"}
3804
compiler=$CC
3805
_LT_AC_TAGVAR(compiler, $1)=$CC
3806
_LT_CC_BASENAME([$compiler])
3807
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3808
 
3809
AC_LIBTOOL_CONFIG($1)
3810
 
3811
AC_LANG_RESTORE
3812
CC="$lt_save_CC"
3813
])
3814
m4trace:/usr/share/aclocal/libtool.m4:4223: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3815
# libtool distribution, otherwise you forgot to ship ltmain.sh
3816
# with your package, and you will get complaints that there are
3817
# no rules to generate ltmain.sh.
3818
if test -f "$ltmain"; then
3819
  # See if we are running on zsh, and set the options which allow our commands through
3820
  # without removal of \ escapes.
3821
  if test -n "${ZSH_VERSION+set}" ; then
3822
    setopt NO_GLOB_SUBST
3823
  fi
3824
  # Now quote all the things that may contain metacharacters while being
3825
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
3826
  # variables and quote the copies for generation of the libtool script.
3827
  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3828
    SED SHELL STRIP \
3829
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3830
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3831
    deplibs_check_method reload_flag reload_cmds need_locks \
3832
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3833
    lt_cv_sys_global_symbol_to_c_name_address \
3834
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3835
    old_postinstall_cmds old_postuninstall_cmds \
3836
    _LT_AC_TAGVAR(compiler, $1) \
3837
    _LT_AC_TAGVAR(CC, $1) \
3838
    _LT_AC_TAGVAR(LD, $1) \
3839
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3840
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3841
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3842
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3843
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3844
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3845
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3846
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3847
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
3848
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3849
    _LT_AC_TAGVAR(predep_objects, $1) \
3850
    _LT_AC_TAGVAR(postdep_objects, $1) \
3851
    _LT_AC_TAGVAR(predeps, $1) \
3852
    _LT_AC_TAGVAR(postdeps, $1) \
3853
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3854
    _LT_AC_TAGVAR(archive_cmds, $1) \
3855
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3856
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
3857
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3858
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3859
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3860
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
3861
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3862
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3863
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3864
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3865
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
3866
    _LT_AC_TAGVAR(module_cmds, $1) \
3867
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3868
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3869
    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
3870
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
3871
    _LT_AC_TAGVAR(include_expsyms, $1); do
3872
 
3873
    case $var in
3874
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3875
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3876
    _LT_AC_TAGVAR(archive_cmds, $1) | \
3877
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3878
    _LT_AC_TAGVAR(module_cmds, $1) | \
3879
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3880
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3881
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3882
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
3883
    postinstall_cmds | postuninstall_cmds | \
3884
    old_postinstall_cmds | old_postuninstall_cmds | \
3885
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3886
      # Double-quote double-evaled strings.
3887
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3888
      ;;
3889
    *)
3890
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3891
      ;;
3892
    esac
3893
  done
3894
 
3895
  case $lt_echo in
3896
  *'\[$]0 --fallback-echo"')
3897
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3898
    ;;
3899
  esac
3900
 
3901
ifelse([$1], [],
3902
  [cfgfile="${ofile}T"
3903
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3904
  $rm -f "$cfgfile"
3905
  AC_MSG_NOTICE([creating $ofile])],
3906
  [cfgfile="$ofile"])
3907
 
3908
  cat <<__EOF__ >> "$cfgfile"
3909
ifelse([$1], [],
3910
[#! $SHELL
3911
 
3912
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3913
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3914
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3915
#
3916
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
3917
# Free Software Foundation, Inc.
3918
#
3919
# This file is part of GNU Libtool:
3920
# Originally by Gordon Matzigkeit , 1996
3921
#
3922
# This program is free software; you can redistribute it and/or modify
3923
# it under the terms of the GNU General Public License as published by
3924
# the Free Software Foundation; either version 2 of the License, or
3925
# (at your option) any later version.
3926
#
3927
# This program is distributed in the hope that it will be useful, but
3928
# WITHOUT ANY WARRANTY; without even the implied warranty of
3929
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3930
# General Public License for more details.
3931
#
3932
# You should have received a copy of the GNU General Public License
3933
# along with this program; if not, write to the Free Software
3934
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3935
#
3936
# As a special exception to the GNU General Public License, if you
3937
# distribute this file as part of a program that contains a
3938
# configuration script generated by Autoconf, you may include it under
3939
# the same distribution terms that you use for the rest of that program.
3940
 
3941
# A sed program that does not truncate output.
3942
SED=$lt_SED
3943
 
3944
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3945
Xsed="$SED -e 1s/^X//"
3946
 
3947
# The HP-UX ksh and POSIX shell print the target directory to stdout
3948
# if CDPATH is set.
3949
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3950
 
3951
# The names of the tagged configurations supported by this script.
3952
available_tags=
3953
 
3954
# ### BEGIN LIBTOOL CONFIG],
3955
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3956
 
3957
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3958
 
3959
# Shell to use when invoking shell scripts.
3960
SHELL=$lt_SHELL
3961
 
3962
# Whether or not to build shared libraries.
3963
build_libtool_libs=$enable_shared
3964
 
3965
# Whether or not to build static libraries.
3966
build_old_libs=$enable_static
3967
 
3968
# Whether or not to add -lc for building shared libraries.
3969
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3970
 
3971
# Whether or not to disallow shared libs when runtime libs are static
3972
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3973
 
3974
# Whether or not to optimize for fast installation.
3975
fast_install=$enable_fast_install
3976
 
3977
# The host system.
3978
host_alias=$host_alias
3979
host=$host
3980
host_os=$host_os
3981
 
3982
# The build system.
3983
build_alias=$build_alias
3984
build=$build
3985
build_os=$build_os
3986
 
3987
# An echo program that does not interpret backslashes.
3988
echo=$lt_echo
3989
 
3990
# The archiver.
3991
AR=$lt_AR
3992
AR_FLAGS=$lt_AR_FLAGS
3993
 
3994
# A C compiler.
3995
LTCC=$lt_LTCC
3996
 
3997
# LTCC compiler flags.
3998
LTCFLAGS=$lt_LTCFLAGS
3999
 
4000
# A language-specific compiler.
4001
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4002
 
4003
# Is the compiler the GNU C compiler?
4004
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4005
 
4006
# An ERE matcher.
4007
EGREP=$lt_EGREP
4008
 
4009
# The linker used to build libraries.
4010
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4011
 
4012
# Whether we need hard or soft links.
4013
LN_S=$lt_LN_S
4014
 
4015
# A BSD-compatible nm program.
4016
NM=$lt_NM
4017
 
4018
# A symbol stripping program
4019
STRIP=$lt_STRIP
4020
 
4021
# Used to examine libraries when file_magic_cmd begins "file"
4022
MAGIC_CMD=$MAGIC_CMD
4023
 
4024
# Used on cygwin: DLL creation program.
4025
DLLTOOL="$DLLTOOL"
4026
 
4027
# Used on cygwin: object dumper.
4028
OBJDUMP="$OBJDUMP"
4029
 
4030
# Used on cygwin: assembler.
4031
AS="$AS"
4032
 
4033
# The name of the directory that contains temporary libtool files.
4034
objdir=$objdir
4035
 
4036
# How to create reloadable object files.
4037
reload_flag=$lt_reload_flag
4038
reload_cmds=$lt_reload_cmds
4039
 
4040
# How to pass a linker flag through the compiler.
4041
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4042
 
4043
# Object file suffix (normally "o").
4044
objext="$ac_objext"
4045
 
4046
# Old archive suffix (normally "a").
4047
libext="$libext"
4048
 
4049
# Shared library suffix (normally ".so").
4050
shrext_cmds='$shrext_cmds'
4051
 
4052
# Executable file suffix (normally "").
4053
exeext="$exeext"
4054
 
4055
# Additional compiler flags for building library objects.
4056
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4057
pic_mode=$pic_mode
4058
 
4059
# What is the maximum length of a command?
4060
max_cmd_len=$lt_cv_sys_max_cmd_len
4061
 
4062
# Does compiler simultaneously support -c and -o options?
4063
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4064
 
4065
# Must we lock files when doing compilation?
4066
need_locks=$lt_need_locks
4067
 
4068
# Do we need the lib prefix for modules?
4069
need_lib_prefix=$need_lib_prefix
4070
 
4071
# Do we need a version for libraries?
4072
need_version=$need_version
4073
 
4074
# Whether dlopen is supported.
4075
dlopen_support=$enable_dlopen
4076
 
4077
# Whether dlopen of programs is supported.
4078
dlopen_self=$enable_dlopen_self
4079
 
4080
# Whether dlopen of statically linked programs is supported.
4081
dlopen_self_static=$enable_dlopen_self_static
4082
 
4083
# Compiler flag to prevent dynamic linking.
4084
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4085
 
4086
# Compiler flag to turn off builtin functions.
4087
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4088
 
4089
# Compiler flag to allow reflexive dlopens.
4090
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4091
 
4092
# Compiler flag to generate shared objects directly from archives.
4093
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4094
 
4095
# Compiler flag to generate thread-safe objects.
4096
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4097
 
4098
# Library versioning type.
4099
version_type=$version_type
4100
 
4101
# Format of library name prefix.
4102
libname_spec=$lt_libname_spec
4103
 
4104
# List of archive names.  First name is the real one, the rest are links.
4105
# The last name is the one that the linker finds with -lNAME.
4106
library_names_spec=$lt_library_names_spec
4107
 
4108
# The coded name of the library, if different from the real name.
4109
soname_spec=$lt_soname_spec
4110
 
4111
# Commands used to build and install an old-style archive.
4112
RANLIB=$lt_RANLIB
4113
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4114
old_postinstall_cmds=$lt_old_postinstall_cmds
4115
old_postuninstall_cmds=$lt_old_postuninstall_cmds
4116
 
4117
# Create an old-style archive from a shared archive.
4118
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4119
 
4120
# Create a temporary old-style archive to link instead of a shared archive.
4121
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4122
 
4123
# Commands used to build and install a shared archive.
4124
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4125
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4126
postinstall_cmds=$lt_postinstall_cmds
4127
postuninstall_cmds=$lt_postuninstall_cmds
4128
 
4129
# Commands used to build a loadable module (assumed same as above if empty)
4130
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4131
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4132
 
4133
# Commands to strip libraries.
4134
old_striplib=$lt_old_striplib
4135
striplib=$lt_striplib
4136
 
4137
# Dependencies to place before the objects being linked to create a
4138
# shared library.
4139
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4140
 
4141
# Dependencies to place after the objects being linked to create a
4142
# shared library.
4143
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4144
 
4145
# Dependencies to place before the objects being linked to create a
4146
# shared library.
4147
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4148
 
4149
# Dependencies to place after the objects being linked to create a
4150
# shared library.
4151
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4152
 
4153
# The library search path used internally by the compiler when linking
4154
# a shared library.
4155
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4156
 
4157
# Method to check whether dependent libraries are shared objects.
4158
deplibs_check_method=$lt_deplibs_check_method
4159
 
4160
# Command to use when deplibs_check_method == file_magic.
4161
file_magic_cmd=$lt_file_magic_cmd
4162
 
4163
# Flag that allows shared libraries with undefined symbols to be built.
4164
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4165
 
4166
# Flag that forces no undefined symbols.
4167
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4168
 
4169
# Commands used to finish a libtool library installation in a directory.
4170
finish_cmds=$lt_finish_cmds
4171
 
4172
# Same as above, but a single script fragment to be evaled but not shown.
4173
finish_eval=$lt_finish_eval
4174
 
4175
# Take the output of nm and produce a listing of raw symbols and C names.
4176
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4177
 
4178
# Transform the output of nm in a proper C declaration
4179
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4180
 
4181
# Transform the output of nm in a C name address pair
4182
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4183
 
4184
# This is the shared library runtime path variable.
4185
runpath_var=$runpath_var
4186
 
4187
# This is the shared library path variable.
4188
shlibpath_var=$shlibpath_var
4189
 
4190
# Is shlibpath searched before the hard-coded library search path?
4191
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4192
 
4193
# How to hardcode a shared library path into an executable.
4194
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4195
 
4196
# Whether we should hardcode library paths into libraries.
4197
hardcode_into_libs=$hardcode_into_libs
4198
 
4199
# Flag to hardcode \$libdir into a binary during linking.
4200
# This must work even if \$libdir does not exist.
4201
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4202
 
4203
# If ld is used when linking, flag to hardcode \$libdir into
4204
# a binary during linking. This must work even if \$libdir does
4205
# not exist.
4206
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4207
 
4208
# Whether we need a single -rpath flag with a separated argument.
4209
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4210
 
4211
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4212
# resulting binary.
4213
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4214
 
4215
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4216
# resulting binary.
4217
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4218
 
4219
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4220
# the resulting binary.
4221
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4222
 
4223
# Set to yes if building a shared library automatically hardcodes DIR into the library
4224
# and all subsequent libraries and executables linked against it.
4225
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4226
 
4227
# Variables whose values should be saved in libtool wrapper scripts and
4228
# restored at relink time.
4229
variables_saved_for_relink="$variables_saved_for_relink"
4230
 
4231
# Whether libtool must link a program against all its dependency libraries.
4232
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4233
 
4234
# Compile-time system search path for libraries
4235
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4236
 
4237
# Run-time system search path for libraries
4238
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4239
 
4240
# Fix the shell variable \$srcfile for the compiler.
4241
fix_srcfile_path=$lt_fix_srcfile_path
4242
 
4243
# Set to yes if exported symbols are required.
4244
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4245
 
4246
# The commands to list exported symbols.
4247
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4248
 
4249
# The commands to extract the exported symbol list from a shared archive.
4250
extract_expsyms_cmds=$lt_extract_expsyms_cmds
4251
 
4252
# Symbols that should not be listed in the preloaded symbols.
4253
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4254
 
4255
# Symbols that must always be exported.
4256
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4257
 
4258
ifelse([$1],[],
4259
[# ### END LIBTOOL CONFIG],
4260
[# ### END LIBTOOL TAG CONFIG: $tagname])
4261
 
4262
__EOF__
4263
 
4264
ifelse([$1],[], [
4265
  case $host_os in
4266
  aix3*)
4267
    cat <<\EOF >> "$cfgfile"
4268
 
4269
# AIX sometimes has problems with the GCC collect2 program.  For some
4270
# reason, if we set the COLLECT_NAMES environment variable, the problems
4271
# vanish in a puff of smoke.
4272
if test "X${COLLECT_NAMES+set}" != Xset; then
4273
  COLLECT_NAMES=
4274
  export COLLECT_NAMES
4275
fi
4276
EOF
4277
    ;;
4278
  esac
4279
 
4280
  # We use sed instead of cat because bash on DJGPP gets confused if
4281
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4282
  # text mode, it properly converts lines to CR/LF.  This bash problem
4283
  # is reportedly fixed, but why not run on old versions too?
4284
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4285
 
4286
  mv -f "$cfgfile" "$ofile" || \
4287
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4288
  chmod +x "$ofile"
4289
])
4290
else
4291
  # If there is no Makefile yet, we rely on a make rule to execute
4292
  # `config.status --recheck' to rerun these tests and create the
4293
  # libtool script then.
4294
  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4295
  if test -f "$ltmain_in"; then
4296
    test -f Makefile && make "$ltmain"
4297
  fi
4298
fi
4299
])
4300
m4trace:/usr/share/aclocal/libtool.m4:4714: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4301
 
4302
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4303
 
4304
if test "$GCC" = yes; then
4305
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4306
 
4307
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4308
    lt_cv_prog_compiler_rtti_exceptions,
4309
    [-fno-rtti -fno-exceptions], [],
4310
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4311
fi
4312
])
4313
m4trace:/usr/share/aclocal/libtool.m4:4732: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4314
AC_REQUIRE([LT_AC_PROG_SED])
4315
AC_REQUIRE([AC_PROG_NM])
4316
AC_REQUIRE([AC_OBJEXT])
4317
# Check for command to grab the raw symbol name followed by C symbol from nm.
4318
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4319
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4320
[
4321
# These are sane defaults that work on at least a few old systems.
4322
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4323
 
4324
# Character class describing NM global symbol codes.
4325
symcode='[[BCDEGRST]]'
4326
 
4327
# Regexp to match symbols that can be accessed directly from C.
4328
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4329
 
4330
# Transform an extracted symbol line into a proper C declaration
4331
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4332
 
4333
# Transform an extracted symbol line into symbol name and symbol address
4334
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'"
4335
 
4336
# Define system-specific variables.
4337
case $host_os in
4338
aix*)
4339
  symcode='[[BCDT]]'
4340
  ;;
4341
cygwin* | mingw* | pw32*)
4342
  symcode='[[ABCDGISTW]]'
4343
  ;;
4344
hpux*) # Its linker distinguishes data from code symbols
4345
  if test "$host_cpu" = ia64; then
4346
    symcode='[[ABCDEGRST]]'
4347
  fi
4348
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4349
  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'"
4350
  ;;
4351
linux* | k*bsd*-gnu)
4352
  if test "$host_cpu" = ia64; then
4353
    symcode='[[ABCDGIRSTW]]'
4354
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4355
    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'"
4356
  fi
4357
  ;;
4358
irix* | nonstopux*)
4359
  symcode='[[BCDEGRST]]'
4360
  ;;
4361
osf*)
4362
  symcode='[[BCDEGQRST]]'
4363
  ;;
4364
solaris*)
4365
  symcode='[[BDRT]]'
4366
  ;;
4367
sco3.2v5*)
4368
  symcode='[[DT]]'
4369
  ;;
4370
sysv4.2uw2*)
4371
  symcode='[[DT]]'
4372
  ;;
4373
sysv5* | sco5v6* | unixware* | OpenUNIX*)
4374
  symcode='[[ABDT]]'
4375
  ;;
4376
sysv4)
4377
  symcode='[[DFNSTU]]'
4378
  ;;
4379
esac
4380
 
4381
# Handle CRLF in mingw tool chain
4382
opt_cr=
4383
case $build_os in
4384
mingw*)
4385
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4386
  ;;
4387
esac
4388
 
4389
# If we're using GNU nm, then use its standard symbol codes.
4390
case `$NM -V 2>&1` in
4391
*GNU* | *'with BFD'*)
4392
  symcode='[[ABCDGIRSTW]]' ;;
4393
esac
4394
 
4395
# Try without a prefix undercore, then with it.
4396
for ac_symprfx in "" "_"; do
4397
 
4398
  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4399
  symxfrm="\\1 $ac_symprfx\\2 \\2"
4400
 
4401
  # Write the raw and C identifiers.
4402
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4403
 
4404
  # Check to see that the pipe works correctly.
4405
  pipe_works=no
4406
 
4407
  rm -f conftest*
4408
  cat > conftest.$ac_ext <
4409
#ifdef __cplusplus
4410
extern "C" {
4411
#endif
4412
char nm_test_var;
4413
void nm_test_func(){}
4414
#ifdef __cplusplus
4415
}
4416
#endif
4417
int main(){nm_test_var='a';nm_test_func();return(0);}
4418
EOF
4419
 
4420
  if AC_TRY_EVAL(ac_compile); then
4421
    # Now try to grab the symbols.
4422
    nlist=conftest.nm
4423
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4424
      # Try sorting and uniquifying the output.
4425
      if sort "$nlist" | uniq > "$nlist"T; then
4426
        mv -f "$nlist"T "$nlist"
4427
      else
4428
        rm -f "$nlist"T
4429
      fi
4430
 
4431
      # Make sure that we snagged all the symbols we need.
4432
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4433
        if grep ' nm_test_func$' "$nlist" >/dev/null; then
4434
          cat < conftest.$ac_ext
4435
#ifdef __cplusplus
4436
extern "C" {
4437
#endif
4438
 
4439
EOF
4440
          # Now generate the symbol file.
4441
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4442
 
4443
          cat <> conftest.$ac_ext
4444
#if defined (__STDC__) && __STDC__
4445
# define lt_ptr_t void *
4446
#else
4447
# define lt_ptr_t char *
4448
# define const
4449
#endif
4450
 
4451
/* The mapping between symbol names and symbols. */
4452
const struct {
4453
  const char *name;
4454
  lt_ptr_t address;
4455
}
4456
lt_preloaded_symbols[[]] =
4457
{
4458
EOF
4459
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4460
          cat <<\EOF >> conftest.$ac_ext
4461
  {0, (lt_ptr_t) 0}
4462
};
4463
 
4464
#ifdef __cplusplus
4465
}
4466
#endif
4467
EOF
4468
          # Now try linking the two files.
4469
          mv conftest.$ac_objext conftstm.$ac_objext
4470
          lt_save_LIBS="$LIBS"
4471
          lt_save_CFLAGS="$CFLAGS"
4472
          LIBS="conftstm.$ac_objext"
4473
          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4474
          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4475
            pipe_works=yes
4476
          fi
4477
          LIBS="$lt_save_LIBS"
4478
          CFLAGS="$lt_save_CFLAGS"
4479
        else
4480
          echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4481
        fi
4482
      else
4483
        echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4484
      fi
4485
    else
4486
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4487
    fi
4488
  else
4489
    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4490
    cat conftest.$ac_ext >&5
4491
  fi
4492
  rm -f conftest* conftst*
4493
 
4494
  # Do not use the global_symbol_pipe unless it works.
4495
  if test "$pipe_works" = yes; then
4496
    break
4497
  else
4498
    lt_cv_sys_global_symbol_pipe=
4499
  fi
4500
done
4501
])
4502
if test -z "$lt_cv_sys_global_symbol_pipe"; then
4503
  lt_cv_sys_global_symbol_to_cdecl=
4504
fi
4505
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4506
  AC_MSG_RESULT(failed)
4507
else
4508
  AC_MSG_RESULT(ok)
4509
fi
4510
])
4511
m4trace:/usr/share/aclocal/libtool.m4:4935: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4512
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4513
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4514
 
4515
AC_MSG_CHECKING([for $compiler option to produce PIC])
4516
 ifelse([$1],[CXX],[
4517
  # C++ specific cases for pic, static, wl, etc.
4518
  if test "$GXX" = yes; then
4519
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4520
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4521
 
4522
    case $host_os in
4523
    aix*)
4524
      # All AIX code is PIC.
4525
      if test "$host_cpu" = ia64; then
4526
        # AIX 5 now supports IA64 processor
4527
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4528
      fi
4529
      ;;
4530
    amigaos*)
4531
      # FIXME: we need at least 68020 code to build shared libraries, but
4532
      # adding the `-m68020' flag to GCC prevents building anything better,
4533
      # like `-m68040'.
4534
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4535
      ;;
4536
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4537
      # PIC is the default for these OSes.
4538
      ;;
4539
    mingw* | cygwin* | os2* | pw32*)
4540
      # This hack is so that the source file can tell whether it is being
4541
      # built for inclusion in a dll (and should export symbols for example).
4542
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
4543
      # (--disable-auto-import) libraries
4544
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4545
      ;;
4546
    darwin* | rhapsody*)
4547
      # PIC is the default on this platform
4548
      # Common symbols not allowed in MH_DYLIB files
4549
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4550
      ;;
4551
    *djgpp*)
4552
      # DJGPP does not support shared libraries at all
4553
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4554
      ;;
4555
    interix[[3-9]]*)
4556
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4557
      # Instead, we relocate shared libraries at runtime.
4558
      ;;
4559
    sysv4*MP*)
4560
      if test -d /usr/nec; then
4561
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4562
      fi
4563
      ;;
4564
    hpux*)
4565
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4566
      # not for PA HP-UX.
4567
      case $host_cpu in
4568
      hppa*64*|ia64*)
4569
        ;;
4570
      *)
4571
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4572
        ;;
4573
      esac
4574
      ;;
4575
    *)
4576
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4577
      ;;
4578
    esac
4579
  else
4580
    case $host_os in
4581
      aix4* | aix5*)
4582
        # All AIX code is PIC.
4583
        if test "$host_cpu" = ia64; then
4584
          # AIX 5 now supports IA64 processor
4585
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4586
        else
4587
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4588
        fi
4589
        ;;
4590
      chorus*)
4591
        case $cc_basename in
4592
        cxch68*)
4593
          # Green Hills C++ Compiler
4594
          # _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"
4595
          ;;
4596
        esac
4597
        ;;
4598
       darwin*)
4599
         # PIC is the default on this platform
4600
         # Common symbols not allowed in MH_DYLIB files
4601
         case $cc_basename in
4602
           xlc*)
4603
           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4604
           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4605
           ;;
4606
         esac
4607
       ;;
4608
      dgux*)
4609
        case $cc_basename in
4610
          ec++*)
4611
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4612
            ;;
4613
          ghcx*)
4614
            # Green Hills C++ Compiler
4615
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4616
            ;;
4617
          *)
4618
            ;;
4619
        esac
4620
        ;;
4621
      freebsd* | dragonfly*)
4622
        # FreeBSD uses GNU C++
4623
        ;;
4624
      hpux9* | hpux10* | hpux11*)
4625
        case $cc_basename in
4626
          CC*)
4627
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4628
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4629
            if test "$host_cpu" != ia64; then
4630
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4631
            fi
4632
            ;;
4633
          aCC*)
4634
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4635
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4636
            case $host_cpu in
4637
            hppa*64*|ia64*)
4638
              # +Z the default
4639
              ;;
4640
            *)
4641
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4642
              ;;
4643
            esac
4644
            ;;
4645
          *)
4646
            ;;
4647
        esac
4648
        ;;
4649
      interix*)
4650
        # This is c89, which is MS Visual C++ (no shared libs)
4651
        # Anyone wants to do a port?
4652
        ;;
4653
      irix5* | irix6* | nonstopux*)
4654
        case $cc_basename in
4655
          CC*)
4656
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4657
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4658
            # CC pic flag -KPIC is the default.
4659
            ;;
4660
          *)
4661
            ;;
4662
        esac
4663
        ;;
4664
      linux* | k*bsd*-gnu)
4665
        case $cc_basename in
4666
          KCC*)
4667
            # KAI C++ Compiler
4668
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4669
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4670
            ;;
4671
          icpc* | ecpc*)
4672
            # Intel C++
4673
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4674
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4675
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4676
            ;;
4677
          pgCC*)
4678
            # Portland Group C++ compiler.
4679
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4680
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4681
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4682
            ;;
4683
          cxx*)
4684
            # Compaq C++
4685
            # Make sure the PIC flag is empty.  It appears that all Alpha
4686
            # Linux and Compaq Tru64 Unix objects are PIC.
4687
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4688
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4689
            ;;
4690
          *)
4691
            case `$CC -V 2>&1 | sed 5q` in
4692
            *Sun\ C*)
4693
              # Sun C++ 5.9
4694
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4695
              _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4696
              _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4697
              ;;
4698
            esac
4699
            ;;
4700
        esac
4701
        ;;
4702
      lynxos*)
4703
        ;;
4704
      m88k*)
4705
        ;;
4706
      mvs*)
4707
        case $cc_basename in
4708
          cxx*)
4709
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4710
            ;;
4711
          *)
4712
            ;;
4713
        esac
4714
        ;;
4715
      netbsd*)
4716
        ;;
4717
      osf3* | osf4* | osf5*)
4718
        case $cc_basename in
4719
          KCC*)
4720
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4721
            ;;
4722
          RCC*)
4723
            # Rational C++ 2.4.1
4724
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4725
            ;;
4726
          cxx*)
4727
            # Digital/Compaq C++
4728
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4729
            # Make sure the PIC flag is empty.  It appears that all Alpha
4730
            # Linux and Compaq Tru64 Unix objects are PIC.
4731
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4732
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4733
            ;;
4734
          *)
4735
            ;;
4736
        esac
4737
        ;;
4738
      psos*)
4739
        ;;
4740
      solaris*)
4741
        case $cc_basename in
4742
          CC*)
4743
            # Sun C++ 4.2, 5.x and Centerline C++
4744
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4745
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4746
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4747
            ;;
4748
          gcx*)
4749
            # Green Hills C++ Compiler
4750
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4751
            ;;
4752
          *)
4753
            ;;
4754
        esac
4755
        ;;
4756
      sunos4*)
4757
        case $cc_basename in
4758
          CC*)
4759
            # Sun C++ 4.x
4760
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4761
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4762
            ;;
4763
          lcc*)
4764
            # Lucid
4765
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4766
            ;;
4767
          *)
4768
            ;;
4769
        esac
4770
        ;;
4771
      tandem*)
4772
        case $cc_basename in
4773
          NCC*)
4774
            # NonStop-UX NCC 3.20
4775
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4776
            ;;
4777
          *)
4778
            ;;
4779
        esac
4780
        ;;
4781
      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4782
        case $cc_basename in
4783
          CC*)
4784
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4785
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4786
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4787
            ;;
4788
        esac
4789
        ;;
4790
      vxworks*)
4791
        ;;
4792
      *)
4793
        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4794
        ;;
4795
    esac
4796
  fi
4797
],
4798
[
4799
  if test "$GCC" = yes; then
4800
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4801
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4802
 
4803
    case $host_os in
4804
      aix*)
4805
      # All AIX code is PIC.
4806
      if test "$host_cpu" = ia64; then
4807
        # AIX 5 now supports IA64 processor
4808
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4809
      fi
4810
      ;;
4811
 
4812
    amigaos*)
4813
      # FIXME: we need at least 68020 code to build shared libraries, but
4814
      # adding the `-m68020' flag to GCC prevents building anything better,
4815
      # like `-m68040'.
4816
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4817
      ;;
4818
 
4819
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4820
      # PIC is the default for these OSes.
4821
      ;;
4822
 
4823
    mingw* | cygwin* | pw32* | os2*)
4824
      # This hack is so that the source file can tell whether it is being
4825
      # built for inclusion in a dll (and should export symbols for example).
4826
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
4827
      # (--disable-auto-import) libraries
4828
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4829
      ;;
4830
 
4831
    darwin* | rhapsody*)
4832
      # PIC is the default on this platform
4833
      # Common symbols not allowed in MH_DYLIB files
4834
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4835
      ;;
4836
 
4837
    interix[[3-9]]*)
4838
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4839
      # Instead, we relocate shared libraries at runtime.
4840
      ;;
4841
 
4842
    msdosdjgpp*)
4843
      # Just because we use GCC doesn't mean we suddenly get shared libraries
4844
      # on systems that don't support them.
4845
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4846
      enable_shared=no
4847
      ;;
4848
 
4849
    sysv4*MP*)
4850
      if test -d /usr/nec; then
4851
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4852
      fi
4853
      ;;
4854
 
4855
    hpux*)
4856
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4857
      # not for PA HP-UX.
4858
      case $host_cpu in
4859
      hppa*64*|ia64*)
4860
        # +Z the default
4861
        ;;
4862
      *)
4863
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4864
        ;;
4865
      esac
4866
      ;;
4867
 
4868
    *)
4869
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4870
      ;;
4871
    esac
4872
  else
4873
    # PORTME Check for flag to pass linker flags through the system compiler.
4874
    case $host_os in
4875
    aix*)
4876
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4877
      if test "$host_cpu" = ia64; then
4878
        # AIX 5 now supports IA64 processor
4879
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4880
      else
4881
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4882
      fi
4883
      ;;
4884
      darwin*)
4885
        # PIC is the default on this platform
4886
        # Common symbols not allowed in MH_DYLIB files
4887
       case $cc_basename in
4888
         xlc*)
4889
         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4890
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4891
         ;;
4892
       esac
4893
       ;;
4894
 
4895
    mingw* | cygwin* | pw32* | os2*)
4896
      # This hack is so that the source file can tell whether it is being
4897
      # built for inclusion in a dll (and should export symbols for example).
4898
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4899
      ;;
4900
 
4901
    hpux9* | hpux10* | hpux11*)
4902
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4903
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4904
      # not for PA HP-UX.
4905
      case $host_cpu in
4906
      hppa*64*|ia64*)
4907
        # +Z the default
4908
        ;;
4909
      *)
4910
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4911
        ;;
4912
      esac
4913
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
4914
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4915
      ;;
4916
 
4917
    irix5* | irix6* | nonstopux*)
4918
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4919
      # PIC (with -KPIC) is the default.
4920
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4921
      ;;
4922
 
4923
    newsos6)
4924
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4925
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4926
      ;;
4927
 
4928
    linux* | k*bsd*-gnu)
4929
      case $cc_basename in
4930
      icc* | ecc*)
4931
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4932
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4933
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4934
        ;;
4935
      pgcc* | pgf77* | pgf90* | pgf95*)
4936
        # Portland Group compilers (*not* the Pentium gcc compiler,
4937
        # which looks to be a dead project)
4938
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4939
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4940
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4941
        ;;
4942
      ccc*)
4943
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4944
        # All Alpha code is PIC.
4945
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4946
        ;;
4947
      *)
4948
        case `$CC -V 2>&1 | sed 5q` in
4949
        *Sun\ C*)
4950
          # Sun C 5.9
4951
          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4952
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4953
          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4954
          ;;
4955
        *Sun\ F*)
4956
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
4957
          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4958
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4959
          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
4960
          ;;
4961
        esac
4962
        ;;
4963
      esac
4964
      ;;
4965
 
4966
    osf3* | osf4* | osf5*)
4967
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4968
      # All OSF/1 code is PIC.
4969
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4970
      ;;
4971
 
4972
    rdos*)
4973
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4974
      ;;
4975
 
4976
    solaris*)
4977
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4978
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4979
      case $cc_basename in
4980
      f77* | f90* | f95*)
4981
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4982
      *)
4983
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4984
      esac
4985
      ;;
4986
 
4987
    sunos4*)
4988
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4989
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4990
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4991
      ;;
4992
 
4993
    sysv4 | sysv4.2uw2* | sysv4.3*)
4994
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4995
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4996
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4997
      ;;
4998
 
4999
    sysv4*MP*)
5000
      if test -d /usr/nec ;then
5001
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5002
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5003
      fi
5004
      ;;
5005
 
5006
    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5007
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5008
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5009
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5010
      ;;
5011
 
5012
    unicos*)
5013
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5014
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5015
      ;;
5016
 
5017
    uts4*)
5018
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5019
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5020
      ;;
5021
 
5022
    *)
5023
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5024
      ;;
5025
    esac
5026
  fi
5027
])
5028
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5029
 
5030
#
5031
# Check to make sure the PIC flag actually works.
5032
#
5033
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5034
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5035
    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
5036
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5037
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5038
     "" | " "*) ;;
5039
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5040
     esac],
5041
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5042
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5043
fi
5044
case $host_os in
5045
  # For platforms which do not support PIC, -DPIC is meaningless:
5046
  *djgpp*)
5047
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5048
    ;;
5049
  *)
5050
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5051
    ;;
5052
esac
5053
 
5054
#
5055
# Check to make sure the static flag actually works.
5056
#
5057
wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5058
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5059
  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
5060
  $lt_tmp_static_flag,
5061
  [],
5062
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5063
])
5064
m4trace:/usr/share/aclocal/libtool.m4:5494: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl
5065
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5066
ifelse([$1],[CXX],[
5067
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5068
  case $host_os in
5069
  aix4* | aix5*)
5070
    # If we're using GNU nm, then we don't want the "-C" option.
5071
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
5072
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5073
      _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'
5074
    else
5075
      _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'
5076
    fi
5077
    ;;
5078
  pw32*)
5079
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5080
  ;;
5081
  cygwin* | mingw*)
5082
    _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'
5083
  ;;
5084
  *)
5085
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5086
  ;;
5087
  esac
5088
],[
5089
  runpath_var=
5090
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5091
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5092
  _LT_AC_TAGVAR(archive_cmds, $1)=
5093
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5094
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5095
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5096
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5097
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5098
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5099
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5100
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5101
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5102
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5103
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5104
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5105
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5106
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5107
  _LT_AC_TAGVAR(module_cmds, $1)=
5108
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5109
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
5110
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5111
  # include_expsyms should be a list of space-separated symbols to be *always*
5112
  # included in the symbol list
5113
  _LT_AC_TAGVAR(include_expsyms, $1)=
5114
  # exclude_expsyms can be an extended regexp of symbols to exclude
5115
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
5116
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5117
  # as well as any symbol that contains `d'.
5118
  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
5119
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5120
  # platforms (ab)use it in PIC code, but their linkers get confused if
5121
  # the symbol is explicitly referenced.  Since portable code cannot
5122
  # rely on this symbol name, it's probably fine to never include it in
5123
  # preloaded symbol tables.
5124
  extract_expsyms_cmds=
5125
  # Just being paranoid about ensuring that cc_basename is set.
5126
  _LT_CC_BASENAME([$compiler])
5127
  case $host_os in
5128
  cygwin* | mingw* | pw32*)
5129
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
5130
    # When not using gcc, we currently assume that we are using
5131
    # Microsoft Visual C++.
5132
    if test "$GCC" != yes; then
5133
      with_gnu_ld=no
5134
    fi
5135
    ;;
5136
  interix*)
5137
    # we just hope/assume this is gcc and not c89 (= MSVC++)
5138
    with_gnu_ld=yes
5139
    ;;
5140
  openbsd*)
5141
    with_gnu_ld=no
5142
    ;;
5143
  esac
5144
 
5145
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5146
  if test "$with_gnu_ld" = yes; then
5147
    # If archive_cmds runs LD, not CC, wlarc should be empty
5148
    wlarc='${wl}'
5149
 
5150
    # Set some defaults for GNU ld with shared library support. These
5151
    # are reset later if shared libraries are not supported. Putting them
5152
    # here allows them to be overridden if necessary.
5153
    runpath_var=LD_RUN_PATH
5154
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5155
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5156
    # ancient GNU ld didn't support --whole-archive et. al.
5157
    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5158
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5159
      else
5160
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5161
    fi
5162
    supports_anon_versioning=no
5163
    case `$LD -v 2>/dev/null` in
5164
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5165
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5166
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5167
      *\ 2.11.*) ;; # other 2.11 versions
5168
      *) supports_anon_versioning=yes ;;
5169
    esac
5170
 
5171
    # See if GNU ld supports shared libraries.
5172
    case $host_os in
5173
    aix3* | aix4* | aix5*)
5174
      # On AIX/PPC, the GNU linker is very broken
5175
      if test "$host_cpu" != ia64; then
5176
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5177
        cat <&2
5178
 
5179
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5180
*** to be unable to reliably create shared libraries on AIX.
5181
*** Therefore, libtool is disabling shared libraries support.  If you
5182
*** really care for shared libraries, you may want to modify your PATH
5183
*** so that a non-GNU linker is found, and then restart.
5184
 
5185
EOF
5186
      fi
5187
      ;;
5188
 
5189
    amigaos*)
5190
      _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)'
5191
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5192
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5193
 
5194
      # Samuel A. Falvo II  reports
5195
      # that the semantics of dynamic libraries on AmigaOS, at least up
5196
      # to version 4, is to share data among multiple programs linked
5197
      # with the same dynamic library.  Since this doesn't match the
5198
      # behavior of shared libraries on other platforms, we can't use
5199
      # them.
5200
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5201
      ;;
5202
 
5203
    beos*)
5204
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5205
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5206
        # Joseph Beckenbach  says some releases of gcc
5207
        # support --undefined.  This deserves some investigation.  FIXME
5208
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5209
      else
5210
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5211
      fi
5212
      ;;
5213
 
5214
    cygwin* | mingw* | pw32*)
5215
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5216
      # as there is no search path for DLLs.
5217
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5218
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5219
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
5220
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5221
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5222
 
5223
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5224
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5225
        # If the export-symbols file already is a .def file (1st line
5226
        # is EXPORTS), use it as is; otherwise, prepend...
5227
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5228
          cp $export_symbols $output_objdir/$soname.def;
5229
        else
5230
          echo EXPORTS > $output_objdir/$soname.def;
5231
          cat $export_symbols >> $output_objdir/$soname.def;
5232
        fi~
5233
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5234
      else
5235
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5236
      fi
5237
      ;;
5238
 
5239
    interix[[3-9]]*)
5240
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5241
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5242
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5243
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5244
      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5245
      # Instead, shared libraries are loaded at an image base (0x10000000 by
5246
      # default) and relocated if they conflict, which is a slow very memory
5247
      # consuming and fragmenting process.  To avoid this, we pick a random,
5248
      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5249
      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5250
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5251
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5252
      ;;
5253
 
5254
    gnu* | linux* | k*bsd*-gnu)
5255
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5256
        tmp_addflag=
5257
        case $cc_basename,$host_cpu in
5258
        pgcc*)                          # Portland Group C compiler
5259
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5260
          tmp_addflag=' $pic_flag'
5261
          ;;
5262
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5263
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5264
          tmp_addflag=' $pic_flag -Mnomain' ;;
5265
        ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
5266
          tmp_addflag=' -i_dynamic' ;;
5267
        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5268
          tmp_addflag=' -i_dynamic -nofor_main' ;;
5269
        ifc* | ifort*)                  # Intel Fortran compiler
5270
          tmp_addflag=' -nofor_main' ;;
5271
        esac
5272
        case `$CC -V 2>&1 | sed 5q` in
5273
        *Sun\ C*)                       # Sun C 5.9
5274
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5275
          tmp_sharedflag='-G' ;;
5276
        *Sun\ F*)                       # Sun Fortran 8.3
5277
          tmp_sharedflag='-G' ;;
5278
        *)
5279
          tmp_sharedflag='-shared' ;;
5280
        esac
5281
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5282
 
5283
        if test $supports_anon_versioning = yes; then
5284
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5285
  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5286
  $echo "local: *; };" >> $output_objdir/$libname.ver~
5287
          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5288
        fi
5289
      else
5290
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5291
      fi
5292
      ;;
5293
 
5294
    netbsd*)
5295
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5296
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5297
        wlarc=
5298
      else
5299
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5300
        _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'
5301
      fi
5302
      ;;
5303
 
5304
    solaris*)
5305
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5306
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5307
        cat <&2
5308
 
5309
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5310
*** create shared libraries on Solaris systems.  Therefore, libtool
5311
*** is disabling shared libraries support.  We urge you to upgrade GNU
5312
*** binutils to release 2.9.1 or newer.  Another option is to modify
5313
*** your PATH or compiler configuration so that the native linker is
5314
*** used, and then restart.
5315
 
5316
EOF
5317
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5318
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5319
        _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'
5320
      else
5321
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5322
      fi
5323
      ;;
5324
 
5325
    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5326
      case `$LD -v 2>&1` in
5327
        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5328
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5329
        cat <<_LT_EOF 1>&2
5330
 
5331
*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5332
*** reliably create shared libraries on SCO systems.  Therefore, libtool
5333
*** is disabling shared libraries support.  We urge you to upgrade GNU
5334
*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5335
*** your PATH or compiler configuration so that the native linker is
5336
*** used, and then restart.
5337
 
5338
_LT_EOF
5339
        ;;
5340
        *)
5341
          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5342
            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5343
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5344
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
5345
          else
5346
            _LT_AC_TAGVAR(ld_shlibs, $1)=no
5347
          fi
5348
        ;;
5349
      esac
5350
      ;;
5351
 
5352
    sunos4*)
5353
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5354
      wlarc=
5355
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5356
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5357
      ;;
5358
 
5359
    *)
5360
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5361
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5362
        _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'
5363
      else
5364
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5365
      fi
5366
      ;;
5367
    esac
5368
 
5369
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5370
      runpath_var=
5371
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5372
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5373
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5374
    fi
5375
  else
5376
    # PORTME fill in a description of your system's linker (not GNU ld)
5377
    case $host_os in
5378
    aix3*)
5379
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5380
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5381
      _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'
5382
      # Note: this linker hardcodes the directories in LIBPATH if there
5383
      # are no directories specified by -L.
5384
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5385
      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5386
        # Neither direct hardcoding nor static linking is supported with a
5387
        # broken collect2.
5388
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5389
      fi
5390
      ;;
5391
 
5392
    aix4* | aix5*)
5393
      if test "$host_cpu" = ia64; then
5394
        # On IA64, the linker does run time linking by default, so we don't
5395
        # have to do anything special.
5396
        aix_use_runtimelinking=no
5397
        exp_sym_flag='-Bexport'
5398
        no_entry_flag=""
5399
      else
5400
        # If we're using GNU nm, then we don't want the "-C" option.
5401
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
5402
        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5403
          _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'
5404
        else
5405
          _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'
5406
        fi
5407
        aix_use_runtimelinking=no
5408
 
5409
        # Test if we are trying to use run time linking or normal
5410
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5411
        # need to do runtime linking.
5412
        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5413
          for ld_flag in $LDFLAGS; do
5414
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5415
            aix_use_runtimelinking=yes
5416
            break
5417
          fi
5418
          done
5419
          ;;
5420
        esac
5421
 
5422
        exp_sym_flag='-bexport'
5423
        no_entry_flag='-bnoentry'
5424
      fi
5425
 
5426
      # When large executables or shared objects are built, AIX ld can
5427
      # have problems creating the table of contents.  If linking a library
5428
      # or program results in "error TOC overflow" add -mminimal-toc to
5429
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5430
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5431
 
5432
      _LT_AC_TAGVAR(archive_cmds, $1)=''
5433
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5434
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5435
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5436
 
5437
      if test "$GCC" = yes; then
5438
        case $host_os in aix4.[[012]]|aix4.[[012]].*)
5439
        # We only want to do this on AIX 4.2 and lower, the check
5440
        # below for broken collect2 doesn't work under 4.3+
5441
          collect2name=`${CC} -print-prog-name=collect2`
5442
          if test -f "$collect2name" && \
5443
           strings "$collect2name" | grep resolve_lib_name >/dev/null
5444
          then
5445
          # We have reworked collect2
5446
          :
5447
          else
5448
          # We have old collect2
5449
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5450
          # It fails to find uninstalled libraries when the uninstalled
5451
          # path is not listed in the libpath.  Setting hardcode_minus_L
5452
          # to unsupported forces relinking
5453
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5454
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5455
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5456
          fi
5457
          ;;
5458
        esac
5459
        shared_flag='-shared'
5460
        if test "$aix_use_runtimelinking" = yes; then
5461
          shared_flag="$shared_flag "'${wl}-G'
5462
        fi
5463
      else
5464
        # not using gcc
5465
        if test "$host_cpu" = ia64; then
5466
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5467
        # chokes on -Wl,-G. The following line is correct:
5468
          shared_flag='-G'
5469
        else
5470
          if test "$aix_use_runtimelinking" = yes; then
5471
            shared_flag='${wl}-G'
5472
          else
5473
            shared_flag='${wl}-bM:SRE'
5474
          fi
5475
        fi
5476
      fi
5477
 
5478
      # It seems that -bexpall does not export symbols beginning with
5479
      # underscore (_), so it is better to generate a list of symbols to export.
5480
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5481
      if test "$aix_use_runtimelinking" = yes; then
5482
        # Warning - without using the other runtime loading flags (-brtl),
5483
        # -berok will link without error, but may produce a broken library.
5484
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5485
       # Determine the default libpath from the value encoded in an empty executable.
5486
       _LT_AC_SYS_LIBPATH_AIX
5487
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5488
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5489
       else
5490
        if test "$host_cpu" = ia64; then
5491
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5492
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5493
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
5494
        else
5495
         # Determine the default libpath from the value encoded in an empty executable.
5496
         _LT_AC_SYS_LIBPATH_AIX
5497
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5498
          # Warning - without using the other run time loading flags,
5499
          # -berok will link without error, but may produce a broken library.
5500
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5501
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5502
          # Exported symbols can be pulled into shared objects from archives
5503
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5504
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5505
          # This is similar to how AIX traditionally builds its shared libraries.
5506
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5507
        fi
5508
      fi
5509
      ;;
5510
 
5511
    amigaos*)
5512
      _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)'
5513
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5514
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5515
      # see comment about different semantics on the GNU ld section
5516
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5517
      ;;
5518
 
5519
    bsdi[[45]]*)
5520
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5521
      ;;
5522
 
5523
    cygwin* | mingw* | pw32*)
5524
      # When not using gcc, we currently assume that we are using
5525
      # Microsoft Visual C++.
5526
      # hardcode_libdir_flag_spec is actually meaningless, as there is
5527
      # no search path for DLLs.
5528
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5529
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5530
      # Tell ltmain to make .lib files, not .a files.
5531
      libext=lib
5532
      # Tell ltmain to make .dll files, not .so files.
5533
      shrext_cmds=".dll"
5534
      # FIXME: Setting linknames here is a bad hack.
5535
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5536
      # The linker will automatically build a .lib file if we build a DLL.
5537
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5538
      # FIXME: Should let the user specify the lib program.
5539
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5540
      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5541
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5542
      ;;
5543
 
5544
    darwin* | rhapsody*)
5545
      case $host_os in
5546
        rhapsody* | darwin1.[[012]])
5547
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5548
         ;;
5549
       *) # Darwin 1.3 on
5550
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5551
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5552
         else
5553
           case ${MACOSX_DEPLOYMENT_TARGET} in
5554
             10.[[012]])
5555
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5556
               ;;
5557
             10.*)
5558
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5559
               ;;
5560
           esac
5561
         fi
5562
         ;;
5563
      esac
5564
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5565
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5566
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5567
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5568
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5569
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5570
    if test "$GCC" = yes ; then
5571
        output_verbose_link_cmd='echo'
5572
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5573
      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5574
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5575
      _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}'
5576
      _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}'
5577
    else
5578
      case $cc_basename in
5579
        xlc*)
5580
         output_verbose_link_cmd='echo'
5581
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
5582
         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5583
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5584
         _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 $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5585
          _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}'
5586
          ;;
5587
       *)
5588
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5589
          ;;
5590
      esac
5591
    fi
5592
      ;;
5593
 
5594
    dgux*)
5595
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5596
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5597
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5598
      ;;
5599
 
5600
    freebsd1*)
5601
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5602
      ;;
5603
 
5604
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5605
    # support.  Future versions do this automatically, but an explicit c++rt0.o
5606
    # does not break anything, and helps significantly (at the cost of a little
5607
    # extra space).
5608
    freebsd2.2*)
5609
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5610
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5611
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5612
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5613
      ;;
5614
 
5615
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5616
    freebsd2*)
5617
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5618
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5619
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5620
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5621
      ;;
5622
 
5623
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5624
    freebsd* | dragonfly*)
5625
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5626
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5627
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5628
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5629
      ;;
5630
 
5631
    hpux9*)
5632
      if test "$GCC" = yes; then
5633
        _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'
5634
      else
5635
        _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'
5636
      fi
5637
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5638
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5639
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5640
 
5641
      # hardcode_minus_L: Not really in the search PATH,
5642
      # but as the default location of the library.
5643
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5644
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5645
      ;;
5646
 
5647
    hpux10*)
5648
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5649
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5650
      else
5651
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5652
      fi
5653
      if test "$with_gnu_ld" = no; then
5654
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5655
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5656
 
5657
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5658
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5659
 
5660
        # hardcode_minus_L: Not really in the search PATH,
5661
        # but as the default location of the library.
5662
        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5663
      fi
5664
      ;;
5665
 
5666
    hpux11*)
5667
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5668
        case $host_cpu in
5669
        hppa*64*)
5670
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5671
          ;;
5672
        ia64*)
5673
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5674
          ;;
5675
        *)
5676
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5677
          ;;
5678
        esac
5679
      else
5680
        case $host_cpu in
5681
        hppa*64*)
5682
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5683
          ;;
5684
        ia64*)
5685
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5686
          ;;
5687
        *)
5688
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5689
          ;;
5690
        esac
5691
      fi
5692
      if test "$with_gnu_ld" = no; then
5693
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5694
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5695
 
5696
        case $host_cpu in
5697
        hppa*64*|ia64*)
5698
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5699
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5700
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5701
          ;;
5702
        *)
5703
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5704
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5705
 
5706
          # hardcode_minus_L: Not really in the search PATH,
5707
          # but as the default location of the library.
5708
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5709
          ;;
5710
        esac
5711
      fi
5712
      ;;
5713
 
5714
    irix5* | irix6* | nonstopux*)
5715
      if test "$GCC" = yes; then
5716
        _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'
5717
      else
5718
        _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'
5719
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5720
      fi
5721
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5722
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5723
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5724
      ;;
5725
 
5726
    netbsd*)
5727
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5728
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5729
      else
5730
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5731
      fi
5732
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5733
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5734
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5735
      ;;
5736
 
5737
    newsos6)
5738
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5739
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5740
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5741
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5742
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5743
      ;;
5744
 
5745
    openbsd*)
5746
      if test -f /usr/libexec/ld.so; then
5747
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5748
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5749
        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5750
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5751
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5752
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5753
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5754
        else
5755
          case $host_os in
5756
           openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5757
             _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5758
             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5759
             ;;
5760
           *)
5761
             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5762
             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5763
             ;;
5764
          esac
5765
        fi
5766
      else
5767
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5768
      fi
5769
      ;;
5770
 
5771
    os2*)
5772
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5773
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5774
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5775
      _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'
5776
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5777
      ;;
5778
 
5779
    osf3*)
5780
      if test "$GCC" = yes; then
5781
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5782
        _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'
5783
      else
5784
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5785
        _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'
5786
      fi
5787
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5788
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5789
      ;;
5790
 
5791
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
5792
      if test "$GCC" = yes; then
5793
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5794
        _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'
5795
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5796
      else
5797
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5798
        _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'
5799
        _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~
5800
        $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
5801
 
5802
        # Both c and cxx compiler support -rpath directly
5803
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5804
      fi
5805
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5806
      ;;
5807
 
5808
    solaris*)
5809
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5810
      if test "$GCC" = yes; then
5811
        wlarc='${wl}'
5812
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5813
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5814
          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5815
      else
5816
        wlarc=''
5817
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5818
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5819
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5820
      fi
5821
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5822
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5823
      case $host_os in
5824
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5825
      *)
5826
        # The compiler driver will combine and reorder linker options,
5827
        # but understands `-z linker_flag'.  GCC discards it without `$wl',
5828
        # but is careful enough not to reorder.
5829
        # Supported since Solaris 2.6 (maybe 2.5.1?)
5830
        if test "$GCC" = yes; then
5831
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5832
        else
5833
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5834
        fi
5835
        ;;
5836
      esac
5837
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5838
      ;;
5839
 
5840
    sunos4*)
5841
      if test "x$host_vendor" = xsequent; then
5842
        # Use $CC to link under sequent, because it throws in some extra .o
5843
        # files that make .init and .fini sections work.
5844
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5845
      else
5846
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5847
      fi
5848
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5849
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5850
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5851
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5852
      ;;
5853
 
5854
    sysv4)
5855
      case $host_vendor in
5856
        sni)
5857
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5858
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5859
        ;;
5860
        siemens)
5861
          ## LD is ld it makes a PLAMLIB
5862
          ## CC just makes a GrossModule.
5863
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5864
          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5865
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
5866
        ;;
5867
        motorola)
5868
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5869
          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5870
        ;;
5871
      esac
5872
      runpath_var='LD_RUN_PATH'
5873
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5874
      ;;
5875
 
5876
    sysv4.3*)
5877
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5878
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5879
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5880
      ;;
5881
 
5882
    sysv4*MP*)
5883
      if test -d /usr/nec; then
5884
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5885
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5886
        runpath_var=LD_RUN_PATH
5887
        hardcode_runpath_var=yes
5888
        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5889
      fi
5890
      ;;
5891
 
5892
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5893
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5894
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5895
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5896
      runpath_var='LD_RUN_PATH'
5897
 
5898
      if test "$GCC" = yes; then
5899
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5900
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5901
      else
5902
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5903
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5904
      fi
5905
      ;;
5906
 
5907
    sysv5* | sco3.2v5* | sco5v6*)
5908
      # Note: We can NOT use -z defs as we might desire, because we do not
5909
      # link with -lc, and that would cause any symbols used from libc to
5910
      # always be unresolved, which means just about no library would
5911
      # ever link correctly.  If we're not using GNU ld we use -z text
5912
      # though, which does catch some bad symbols but isn't as heavy-handed
5913
      # as -z defs.
5914
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5915
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5916
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5917
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5918
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5919
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5920
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5921
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5922
      runpath_var='LD_RUN_PATH'
5923
 
5924
      if test "$GCC" = yes; then
5925
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5926
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5927
      else
5928
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5929
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5930
      fi
5931
      ;;
5932
 
5933
    uts4*)
5934
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5935
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5936
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5937
      ;;
5938
 
5939
    *)
5940
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5941
      ;;
5942
    esac
5943
  fi
5944
])
5945
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5946
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5947
 
5948
#
5949
# Do we need to explicitly link libc?
5950
#
5951
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5952
x|xyes)
5953
  # Assume -lc should be added
5954
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5955
 
5956
  if test "$enable_shared" = yes && test "$GCC" = yes; then
5957
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
5958
    *'~'*)
5959
      # FIXME: we may have to deal with multi-command sequences.
5960
      ;;
5961
    '$CC '*)
5962
      # Test whether the compiler implicitly links with -lc since on some
5963
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
5964
      # to ld, don't add -lc before -lgcc.
5965
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5966
      $rm conftest*
5967
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
5968
 
5969
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5970
        soname=conftest
5971
        lib=conftest
5972
        libobjs=conftest.$ac_objext
5973
        deplibs=
5974
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5975
        pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5976
        compiler_flags=-v
5977
        linker_flags=-v
5978
        verstring=
5979
        output_objdir=.
5980
        libname=conftest
5981
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5982
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5983
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5984
        then
5985
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5986
        else
5987
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5988
        fi
5989
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5990
      else
5991
        cat conftest.err 1>&5
5992
      fi
5993
      $rm conftest*
5994
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5995
      ;;
5996
    esac
5997
  fi
5998
  ;;
5999
esac
6000
])
6001
m4trace:/usr/share/aclocal/libtool.m4:6437: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6002
# /* ltdll.c starts here */
6003
# #define WIN32_LEAN_AND_MEAN
6004
# #include 
6005
# #undef WIN32_LEAN_AND_MEAN
6006
# #include 
6007
#
6008
# #ifndef __CYGWIN__
6009
# #  ifdef __CYGWIN32__
6010
# #    define __CYGWIN__ __CYGWIN32__
6011
# #  endif
6012
# #endif
6013
#
6014
# #ifdef __cplusplus
6015
# extern "C" {
6016
# #endif
6017
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6018
# #ifdef __cplusplus
6019
# }
6020
# #endif
6021
#
6022
# #ifdef __CYGWIN__
6023
# #include 
6024
# DECLARE_CYGWIN_DLL( DllMain );
6025
# #endif
6026
# HINSTANCE __hDllInstance_base;
6027
#
6028
# BOOL APIENTRY
6029
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6030
# {
6031
#   __hDllInstance_base = hInst;
6032
#   return TRUE;
6033
# }
6034
# /* ltdll.c ends here */
6035
])
6036
m4trace:/usr/share/aclocal/libtool.m4:6476: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6037
m4trace:/usr/share/aclocal/libtool.m4:6480: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
6038
m4trace:/usr/share/aclocal/libtool.m4:6481: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
6039
m4trace:/usr/share/aclocal/libtool.m4:6482: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
6040
m4trace:/usr/share/aclocal/libtool.m4:6483: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6041
m4trace:/usr/share/aclocal/libtool.m4:6484: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6042
m4trace:/usr/share/aclocal/libtool.m4:6485: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
6043
m4trace:/usr/share/aclocal/libtool.m4:6486: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
6044
m4trace:/usr/share/aclocal/libtool.m4:6491: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
6045
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6046
  AC_SUBST(GCJFLAGS)
6047
])
6048
m4trace:/usr/share/aclocal/libtool.m4:6497: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
6049
])
6050
m4trace:/usr/share/aclocal/libtool.m4:6535: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
6051
AC_CACHE_VAL(lt_cv_path_SED,
6052
[# Loop through the user's path and test for sed and gsed.
6053
# Then use that list of sed's as ones to test for truncation.
6054
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055
for as_dir in $PATH
6056
do
6057
  IFS=$as_save_IFS
6058
  test -z "$as_dir" && as_dir=.
6059
  for lt_ac_prog in sed gsed; do
6060
    for ac_exec_ext in '' $ac_executable_extensions; do
6061
      if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
6062
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6063
      fi
6064
    done
6065
  done
6066
done
6067
IFS=$as_save_IFS
6068
lt_ac_max=0
6069
lt_ac_count=0
6070
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
6071
# along with /bin/sed that truncates output.
6072
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6073
  test ! -f $lt_ac_sed && continue
6074
  cat /dev/null > conftest.in
6075
  lt_ac_count=0
6076
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6077
  # Check for GNU sed and select it if it is found.
6078
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6079
    lt_cv_path_SED=$lt_ac_sed
6080
    break
6081
  fi
6082
  while true; do
6083
    cat conftest.in conftest.in >conftest.tmp
6084
    mv conftest.tmp conftest.in
6085
    cp conftest.in conftest.nl
6086
    echo >>conftest.nl
6087
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6088
    cmp -s conftest.out conftest.nl || break
6089
    # 10000 chars as input seems more than enough
6090
    test $lt_ac_count -gt 10 && break
6091
    lt_ac_count=`expr $lt_ac_count + 1`
6092
    if test $lt_ac_count -gt $lt_ac_max; then
6093
      lt_ac_max=$lt_ac_count
6094
      lt_cv_path_SED=$lt_ac_sed
6095
    fi
6096
  done
6097
done
6098
])
6099
SED=$lt_cv_path_SED
6100
AC_SUBST([SED])
6101
AC_MSG_RESULT([$SED])
6102
])
6103
m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
6104
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6105
dnl require some minimum version.  Point them to the right macro.
6106
m4_if([$1], [1.10.1], [],
6107
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6108
])
6109
m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
6110
m4_ifndef([AC_AUTOCONF_VERSION],
6111
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6112
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
6113
m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
6114
AC_PREREQ([2.50])dnl
6115
# expand $ac_aux_dir to an absolute path
6116
am_aux_dir=`cd $ac_aux_dir && pwd`
6117
])
6118
m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
6119
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6120
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6121
AC_SUBST([$1_TRUE])dnl
6122
AC_SUBST([$1_FALSE])dnl
6123
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
6124
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
6125
if $2; then
6126
  $1_TRUE=
6127
  $1_FALSE='#'
6128
else
6129
  $1_TRUE='#'
6130
  $1_FALSE=
6131
fi
6132
AC_CONFIG_COMMANDS_PRE(
6133
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6134
  AC_MSG_ERROR([[conditional "$1" was never defined.
6135
Usually this means the macro was only invoked conditionally.]])
6136
fi])])
6137
m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
6138
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
6139
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
6140
AC_REQUIRE([AM_DEP_TRACK])dnl
6141
 
6142
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6143
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6144
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6145
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6146
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6147
                   [depcc="$$1"   am_compiler_list=])
6148
 
6149
AC_CACHE_CHECK([dependency style of $depcc],
6150
               [am_cv_$1_dependencies_compiler_type],
6151
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6152
  # We make a subdir and do the tests there.  Otherwise we can end up
6153
  # making bogus files that we don't know about and never remove.  For
6154
  # instance it was reported that on HP-UX the gcc test will end up
6155
  # making a dummy file named `D' -- because `-MD' means `put the output
6156
  # in D'.
6157
  mkdir conftest.dir
6158
  # Copy depcomp to subdir because otherwise we won't find it if we're
6159
  # using a relative directory.
6160
  cp "$am_depcomp" conftest.dir
6161
  cd conftest.dir
6162
  # We will build objects and dependencies in a subdirectory because
6163
  # it helps to detect inapplicable dependency modes.  For instance
6164
  # both Tru64's cc and ICC support -MD to output dependencies as a
6165
  # side effect of compilation, but ICC will put the dependencies in
6166
  # the current directory while Tru64 will put them in the object
6167
  # directory.
6168
  mkdir sub
6169
 
6170
  am_cv_$1_dependencies_compiler_type=none
6171
  if test "$am_compiler_list" = ""; then
6172
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6173
  fi
6174
  for depmode in $am_compiler_list; do
6175
    # Setup a source with many dependencies, because some compilers
6176
    # like to wrap large dependency lists on column 80 (with \), and
6177
    # we should not choose a depcomp mode which is confused by this.
6178
    #
6179
    # We need to recreate these files for each test, as the compiler may
6180
    # overwrite some of them when testing with obscure command lines.
6181
    # This happens at least with the AIX C compiler.
6182
    : > sub/conftest.c
6183
    for i in 1 2 3 4 5 6; do
6184
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
6185
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6186
      # Solaris 8's {/usr,}/bin/sh.
6187
      touch sub/conftst$i.h
6188
    done
6189
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6190
 
6191
    case $depmode in
6192
    nosideeffect)
6193
      # after this tag, mechanisms are not by side-effect, so they'll
6194
      # only be used when explicitly requested
6195
      if test "x$enable_dependency_tracking" = xyes; then
6196
        continue
6197
      else
6198
        break
6199
      fi
6200
      ;;
6201
    none) break ;;
6202
    esac
6203
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
6204
    # mode.  It turns out that the SunPro C++ compiler does not properly
6205
    # handle `-M -o', and we need to detect this.
6206
    if depmode=$depmode \
6207
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6208
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6209
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6210
         >/dev/null 2>conftest.err &&
6211
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6212
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6213
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6214
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6215
      # icc doesn't choke on unknown options, it will just issue warnings
6216
      # or remarks (even with -Werror).  So we grep stderr for any message
6217
      # that says an option was ignored or not supported.
6218
      # When given -MP, icc 7.0 and 7.1 complain thusly:
6219
      #   icc: Command line warning: ignoring option '-M'; no argument required
6220
      # The diagnosis changed in icc 8.0:
6221
      #   icc: Command line remark: option '-MP' not supported
6222
      if (grep 'ignoring option' conftest.err ||
6223
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6224
        am_cv_$1_dependencies_compiler_type=$depmode
6225
        break
6226
      fi
6227
    fi
6228
  done
6229
 
6230
  cd ..
6231
  rm -rf conftest.dir
6232
else
6233
  am_cv_$1_dependencies_compiler_type=none
6234
fi
6235
])
6236
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6237
AM_CONDITIONAL([am__fastdep$1], [
6238
  test "x$enable_dependency_tracking" != xno \
6239
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6240
])
6241
m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6242
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6243
])
6244
m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6245
[  --disable-dependency-tracking  speeds up one-time build
6246
  --enable-dependency-tracking   do not reject slow dependency extractors])
6247
if test "x$enable_dependency_tracking" != xno; then
6248
  am_depcomp="$ac_aux_dir/depcomp"
6249
  AMDEPBACKSLASH='\'
6250
fi
6251
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6252
AC_SUBST([AMDEPBACKSLASH])dnl
6253
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6254
])
6255
m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6256
  # Strip MF so we end up with the name of the file.
6257
  mf=`echo "$mf" | sed -e 's/:.*$//'`
6258
  # Check whether this is an Automake generated Makefile or not.
6259
  # We used to match only the files named `Makefile.in', but
6260
  # some people rename them; so instead we look at the file content.
6261
  # Grep'ing the first line is not enough: some people post-process
6262
  # each Makefile.in and add a new line on top of each file to say so.
6263
  # Grep'ing the whole file is not good either: AIX grep has a line
6264
  # limit of 2048, but all sed's we know have understand at least 4000.
6265
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6266
    dirpart=`AS_DIRNAME("$mf")`
6267
  else
6268
    continue
6269
  fi
6270
  # Extract the definition of DEPDIR, am__include, and am__quote
6271
  # from the Makefile without running `make'.
6272
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6273
  test -z "$DEPDIR" && continue
6274
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
6275
  test -z "am__include" && continue
6276
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6277
  # When using ansi2knr, U may be empty or an underscore; expand it
6278
  U=`sed -n 's/^U = //p' < "$mf"`
6279
  # Find all dependency output files, they are included files with
6280
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
6281
  # simplest approach to changing $(DEPDIR) to its actual value in the
6282
  # expansion.
6283
  for file in `sed -n "
6284
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6285
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6286
    # Make sure the directory exists.
6287
    test -f "$dirpart/$file" && continue
6288
    fdir=`AS_DIRNAME(["$file"])`
6289
    AS_MKDIR_P([$dirpart/$fdir])
6290
    # echo "creating $dirpart/$file"
6291
    echo '# dummy' > "$dirpart/$file"
6292
  done
6293
done
6294
])
6295
m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6296
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6297
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6298
])
6299
m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6300
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6301
dnl the ones we care about.
6302
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6303
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6304
AC_REQUIRE([AC_PROG_INSTALL])dnl
6305
if test "`cd $srcdir && pwd`" != "`pwd`"; then
6306
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6307
  # is not polluted with repeated "-I."
6308
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6309
  # test to see if srcdir already configured
6310
  if test -f $srcdir/config.status; then
6311
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6312
  fi
6313
fi
6314
 
6315
# test whether we have cygpath
6316
if test -z "$CYGPATH_W"; then
6317
  if (cygpath --version) >/dev/null 2>/dev/null; then
6318
    CYGPATH_W='cygpath -w'
6319
  else
6320
    CYGPATH_W=echo
6321
  fi
6322
fi
6323
AC_SUBST([CYGPATH_W])
6324
 
6325
# Define the identity of the package.
6326
dnl Distinguish between old-style and new-style calls.
6327
m4_ifval([$2],
6328
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6329
 AC_SUBST([PACKAGE], [$1])dnl
6330
 AC_SUBST([VERSION], [$2])],
6331
[_AM_SET_OPTIONS([$1])dnl
6332
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6333
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6334
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6335
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6336
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6337
 
6338
_AM_IF_OPTION([no-define],,
6339
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6340
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6341
 
6342
# Some tools Automake needs.
6343
AC_REQUIRE([AM_SANITY_CHECK])dnl
6344
AC_REQUIRE([AC_ARG_PROGRAM])dnl
6345
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6346
AM_MISSING_PROG(AUTOCONF, autoconf)
6347
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6348
AM_MISSING_PROG(AUTOHEADER, autoheader)
6349
AM_MISSING_PROG(MAKEINFO, makeinfo)
6350
AM_PROG_INSTALL_SH
6351
AM_PROG_INSTALL_STRIP
6352
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6353
# We need awk for the "check" target.  The system "awk" is bad on
6354
# some platforms.
6355
AC_REQUIRE([AC_PROG_AWK])dnl
6356
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6357
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6358
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6359
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6360
                             [_AM_PROG_TAR([v7])])])
6361
_AM_IF_OPTION([no-dependencies],,
6362
[AC_PROVIDE_IFELSE([AC_PROG_CC],
6363
                  [_AM_DEPENDENCIES(CC)],
6364
                  [define([AC_PROG_CC],
6365
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6366
AC_PROVIDE_IFELSE([AC_PROG_CXX],
6367
                  [_AM_DEPENDENCIES(CXX)],
6368
                  [define([AC_PROG_CXX],
6369
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6370
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6371
                  [_AM_DEPENDENCIES(OBJC)],
6372
                  [define([AC_PROG_OBJC],
6373
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6374
])
6375
])
6376
m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6377
_am_arg=$1
6378
_am_stamp_count=1
6379
for _am_header in $config_headers :; do
6380
  case $_am_header in
6381
    $_am_arg | $_am_arg:* )
6382
      break ;;
6383
    * )
6384
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6385
  esac
6386
done
6387
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
6388
m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6389
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6390
AC_SUBST(install_sh)])
6391
m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6392
mkdir .tst 2>/dev/null
6393
if test -d .tst; then
6394
  am__leading_dot=.
6395
else
6396
  am__leading_dot=_
6397
fi
6398
rmdir .tst 2>/dev/null
6399
AC_SUBST([am__leading_dot])])
6400
m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6401
cat > confinc << 'END'
6402
am__doit:
6403
        @echo done
6404
.PHONY: am__doit
6405
END
6406
# If we don't find an include directive, just comment out the code.
6407
AC_MSG_CHECKING([for style of include used by $am_make])
6408
am__include="#"
6409
am__quote=
6410
_am_result=none
6411
# First try GNU make style include.
6412
echo "include confinc" > confmf
6413
# We grep out `Entering directory' and `Leaving directory'
6414
# messages which can occur if `w' ends up in MAKEFLAGS.
6415
# In particular we don't look at `^make:' because GNU make might
6416
# be invoked under some other name (usually "gmake"), in which
6417
# case it prints its new name instead of `make'.
6418
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6419
   am__include=include
6420
   am__quote=
6421
   _am_result=GNU
6422
fi
6423
# Now try BSD make style include.
6424
if test "$am__include" = "#"; then
6425
   echo '.include "confinc"' > confmf
6426
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6427
      am__include=.include
6428
      am__quote="\""
6429
      _am_result=BSD
6430
   fi
6431
fi
6432
AC_SUBST([am__include])
6433
AC_SUBST([am__quote])
6434
AC_MSG_RESULT([$_am_result])
6435
rm -f confinc confmf
6436
])
6437
m4trace:/usr/share/aclocal-1.10/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
6438
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6439
AC_REQUIRE_AUX_FILE([compile])dnl
6440
# FIXME: we rely on the cache variable name because
6441
# there is no other way.
6442
set dummy $CC
6443
ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
6444
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
6445
   # Losing compiler, so override with the script.
6446
   # FIXME: It is wrong to rewrite CC.
6447
   # But if we don't then we get into trouble of one sort or another.
6448
   # A longer-term fix would be to have automake use am__CC in this case,
6449
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
6450
   CC="$am_aux_dir/compile $CC"
6451
fi
6452
dnl Make sure AC_PROG_CC is never called again, or it will override our
6453
dnl setting of CC.
6454
m4_define([AC_PROG_CC],
6455
          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
6456
])
6457
m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6458
$1=${$1-"${am_missing_run}$2"}
6459
AC_SUBST($1)])
6460
m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6461
AC_REQUIRE_AUX_FILE([missing])dnl
6462
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6463
# Use eval to expand $SHELL
6464
if eval "$MISSING --run true"; then
6465
  am_missing_run="$MISSING --run "
6466
else
6467
  am_missing_run=
6468
  AC_MSG_WARN([`missing' script is too old or missing])
6469
fi
6470
])
6471
m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6472
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6473
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6474
dnl while keeping a definition of mkdir_p for backward compatibility.
6475
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
6476
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
6477
dnl Makefile.ins that do not define MKDIR_P, so we do our own
6478
dnl adjustment using top_builddir (which is defined more often than
6479
dnl MKDIR_P).
6480
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
6481
case $mkdir_p in
6482
  [[\\/$]]* | ?:[[\\/]]*) ;;
6483
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6484
esac
6485
])
6486
m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6487
m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6488
m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6489
m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6490
m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6491
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6492
   ac_status=$?
6493
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6494
   (exit $ac_status); }])
6495
m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6496
# Just in case
6497
sleep 1
6498
echo timestamp > conftest.file
6499
# Do `set' in a subshell so we don't clobber the current shell's
6500
# arguments.  Must try -L first in case configure is actually a
6501
# symlink; some systems play weird games with the mod time of symlinks
6502
# (eg FreeBSD returns the mod time of the symlink's containing
6503
# directory).
6504
if (
6505
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6506
   if test "$[*]" = "X"; then
6507
      # -L didn't work.
6508
      set X `ls -t $srcdir/configure conftest.file`
6509
   fi
6510
   rm -f conftest.file
6511
   if test "$[*]" != "X $srcdir/configure conftest.file" \
6512
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
6513
 
6514
      # If neither matched, then we have a broken ls.  This can happen
6515
      # if, for instance, CONFIG_SHELL is bash and it inherits a
6516
      # broken ls alias from the environment.  This has actually
6517
      # happened.  Such a system could not be considered "sane".
6518
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6519
alias in your environment])
6520
   fi
6521
 
6522
   test "$[2]" = conftest.file
6523
   )
6524
then
6525
   # Ok.
6526
   :
6527
else
6528
   AC_MSG_ERROR([newly created file is older than distributed files!
6529
Check your system clock])
6530
fi
6531
AC_MSG_RESULT(yes)])
6532
m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6533
# Installed binaries are usually stripped using `strip' when the user
6534
# run `make install-strip'.  However `strip' might not be the right
6535
# tool to use in cross-compilation environments, therefore Automake
6536
# will honor the `STRIP' environment variable to overrule this program.
6537
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6538
if test "$cross_compiling" != no; then
6539
  AC_CHECK_TOOL([STRIP], [strip], :)
6540
fi
6541
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6542
AC_SUBST([INSTALL_STRIP_PROGRAM])])
6543
m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6544
m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6545
AM_MISSING_PROG([AMTAR], [tar])
6546
m4_if([$1], [v7],
6547
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6548
     [m4_case([$1], [ustar],, [pax],,
6549
              [m4_fatal([Unknown tar format])])
6550
AC_MSG_CHECKING([how to create a $1 tar archive])
6551
# Loop over all known methods to create a tar archive until one works.
6552
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6553
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
6554
# Do not fold the above two line into one, because Tru64 sh and
6555
# Solaris sh will not grok spaces in the rhs of `-'.
6556
for _am_tool in $_am_tools
6557
do
6558
  case $_am_tool in
6559
  gnutar)
6560
    for _am_tar in tar gnutar gtar;
6561
    do
6562
      AM_RUN_LOG([$_am_tar --version]) && break
6563
    done
6564
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6565
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6566
    am__untar="$_am_tar -xf -"
6567
    ;;
6568
  plaintar)
6569
    # Must skip GNU tar: if it does not support --format= it doesn't create
6570
    # ustar tarball either.
6571
    (tar --version) >/dev/null 2>&1 && continue
6572
    am__tar='tar chf - "$$tardir"'
6573
    am__tar_='tar chf - "$tardir"'
6574
    am__untar='tar xf -'
6575
    ;;
6576
  pax)
6577
    am__tar='pax -L -x $1 -w "$$tardir"'
6578
    am__tar_='pax -L -x $1 -w "$tardir"'
6579
    am__untar='pax -r'
6580
    ;;
6581
  cpio)
6582
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6583
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6584
    am__untar='cpio -i -H $1 -d'
6585
    ;;
6586
  none)
6587
    am__tar=false
6588
    am__tar_=false
6589
    am__untar=false
6590
    ;;
6591
  esac
6592
 
6593
  # If the value was cached, stop now.  We just wanted to have am__tar
6594
  # and am__untar set.
6595
  test -n "${am_cv_prog_tar_$1}" && break
6596
 
6597
  # tar/untar a dummy directory, and stop if the command works
6598
  rm -rf conftest.dir
6599
  mkdir conftest.dir
6600
  echo GrepMe > conftest.dir/file
6601
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6602
  rm -rf conftest.dir
6603
  if test -s conftest.tar; then
6604
    AM_RUN_LOG([$am__untar 
6605
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6606
  fi
6607
done
6608
rm -rf conftest.dir
6609
 
6610
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6611
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6612
AC_SUBST([am__tar])
6613
AC_SUBST([am__untar])
6614
])
6615
m4trace:configure.ac:29: -1- m4_pattern_forbid([^_?A[CHUM]_])
6616
m4trace:configure.ac:29: -1- m4_pattern_forbid([_AC_])
6617
m4trace:configure.ac:29: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6618
m4trace:configure.ac:29: -1- m4_pattern_allow([^AS_FLAGS$])
6619
m4trace:configure.ac:29: -1- m4_pattern_forbid([^_?m4_])
6620
m4trace:configure.ac:29: -1- m4_pattern_forbid([^dnl$])
6621
m4trace:configure.ac:29: -1- m4_pattern_forbid([^_?AS_])
6622
m4trace:configure.ac:29: -1- m4_pattern_allow([^SHELL$])
6623
m4trace:configure.ac:29: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6624
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
6625
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6626
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6627
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
6628
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6629
m4trace:configure.ac:29: -1- m4_pattern_allow([^exec_prefix$])
6630
m4trace:configure.ac:29: -1- m4_pattern_allow([^prefix$])
6631
m4trace:configure.ac:29: -1- m4_pattern_allow([^program_transform_name$])
6632
m4trace:configure.ac:29: -1- m4_pattern_allow([^bindir$])
6633
m4trace:configure.ac:29: -1- m4_pattern_allow([^sbindir$])
6634
m4trace:configure.ac:29: -1- m4_pattern_allow([^libexecdir$])
6635
m4trace:configure.ac:29: -1- m4_pattern_allow([^datarootdir$])
6636
m4trace:configure.ac:29: -1- m4_pattern_allow([^datadir$])
6637
m4trace:configure.ac:29: -1- m4_pattern_allow([^sysconfdir$])
6638
m4trace:configure.ac:29: -1- m4_pattern_allow([^sharedstatedir$])
6639
m4trace:configure.ac:29: -1- m4_pattern_allow([^localstatedir$])
6640
m4trace:configure.ac:29: -1- m4_pattern_allow([^includedir$])
6641
m4trace:configure.ac:29: -1- m4_pattern_allow([^oldincludedir$])
6642
m4trace:configure.ac:29: -1- m4_pattern_allow([^docdir$])
6643
m4trace:configure.ac:29: -1- m4_pattern_allow([^infodir$])
6644
m4trace:configure.ac:29: -1- m4_pattern_allow([^htmldir$])
6645
m4trace:configure.ac:29: -1- m4_pattern_allow([^dvidir$])
6646
m4trace:configure.ac:29: -1- m4_pattern_allow([^pdfdir$])
6647
m4trace:configure.ac:29: -1- m4_pattern_allow([^psdir$])
6648
m4trace:configure.ac:29: -1- m4_pattern_allow([^libdir$])
6649
m4trace:configure.ac:29: -1- m4_pattern_allow([^localedir$])
6650
m4trace:configure.ac:29: -1- m4_pattern_allow([^mandir$])
6651
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
6652
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6653
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6654
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
6655
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6656
m4trace:configure.ac:29: -1- m4_pattern_allow([^DEFS$])
6657
m4trace:configure.ac:29: -1- m4_pattern_allow([^ECHO_C$])
6658
m4trace:configure.ac:29: -1- m4_pattern_allow([^ECHO_N$])
6659
m4trace:configure.ac:29: -1- m4_pattern_allow([^ECHO_T$])
6660
m4trace:configure.ac:29: -1- m4_pattern_allow([^LIBS$])
6661
m4trace:configure.ac:29: -1- m4_pattern_allow([^build_alias$])
6662
m4trace:configure.ac:29: -1- m4_pattern_allow([^host_alias$])
6663
m4trace:configure.ac:29: -1- m4_pattern_allow([^target_alias$])
6664
m4trace:configure.ac:31: -1- m4_pattern_allow([^build$])
6665
m4trace:configure.ac:31: -1- m4_pattern_allow([^build_cpu$])
6666
m4trace:configure.ac:31: -1- m4_pattern_allow([^build_vendor$])
6667
m4trace:configure.ac:31: -1- m4_pattern_allow([^build_os$])
6668
m4trace:configure.ac:31: -1- m4_pattern_allow([^host$])
6669
m4trace:configure.ac:31: -1- m4_pattern_allow([^host_cpu$])
6670
m4trace:configure.ac:31: -1- m4_pattern_allow([^host_vendor$])
6671
m4trace:configure.ac:31: -1- m4_pattern_allow([^host_os$])
6672
m4trace:configure.ac:31: -1- m4_pattern_allow([^target$])
6673
m4trace:configure.ac:31: -1- m4_pattern_allow([^target_cpu$])
6674
m4trace:configure.ac:31: -1- m4_pattern_allow([^target_vendor$])
6675
m4trace:configure.ac:31: -1- m4_pattern_allow([^target_os$])
6676
m4trace:configure.ac:32: -1- AC_PROG_LIBTOOL
6677
m4trace:configure.ac:32: -1- _AC_PROG_LIBTOOL
6678
m4trace:configure.ac:32: -1- AC_LIBTOOL_SETUP
6679
m4trace:configure.ac:32: -1- AC_ENABLE_SHARED
6680
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6681
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6682
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6683
/usr/share/aclocal/libtool.m4:1951: AC_ENABLE_SHARED is expanded from...
6684
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6685
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6686
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6687
configure.ac:32: the top level])
6688
m4trace:configure.ac:32: -1- AC_ENABLE_STATIC
6689
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6690
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6691
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6692
/usr/share/aclocal/libtool.m4:1990: AC_ENABLE_STATIC is expanded from...
6693
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6694
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6695
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6696
configure.ac:32: the top level])
6697
m4trace:configure.ac:32: -1- AC_ENABLE_FAST_INSTALL
6698
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6699
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6700
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6701
/usr/share/aclocal/libtool.m4:2029: AC_ENABLE_FAST_INSTALL is expanded from...
6702
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6703
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6704
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6705
configure.ac:32: the top level])
6706
m4trace:configure.ac:32: -1- m4_pattern_allow([^CC$])
6707
m4trace:configure.ac:32: -1- m4_pattern_allow([^CFLAGS$])
6708
m4trace:configure.ac:32: -1- m4_pattern_allow([^LDFLAGS$])
6709
m4trace:configure.ac:32: -1- m4_pattern_allow([^LIBS$])
6710
m4trace:configure.ac:32: -1- m4_pattern_allow([^CPPFLAGS$])
6711
m4trace:configure.ac:32: -1- m4_pattern_allow([^CC$])
6712
m4trace:configure.ac:32: -1- m4_pattern_allow([^CC$])
6713
m4trace:configure.ac:32: -1- m4_pattern_allow([^CC$])
6714
m4trace:configure.ac:32: -1- m4_pattern_allow([^CC$])
6715
m4trace:configure.ac:32: -1- m4_pattern_allow([^ac_ct_CC$])
6716
m4trace:configure.ac:32: -1- m4_pattern_allow([^EXEEXT$])
6717
m4trace:configure.ac:32: -1- m4_pattern_allow([^OBJEXT$])
6718
m4trace:configure.ac:32: -1- AC_PROG_LD
6719
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6720
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6721
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6722
/usr/share/aclocal/libtool.m4:2170: AC_PROG_LD is expanded from...
6723
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6724
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6725
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6726
configure.ac:32: the top level])
6727
m4trace:configure.ac:32: -1- LT_AC_PROG_SED
6728
m4trace:configure.ac:32: -1- m4_pattern_allow([^SED$])
6729
m4trace:configure.ac:32: -1- AC_PROG_LD_GNU
6730
m4trace:configure.ac:32: -1- AC_PROG_EGREP
6731
m4trace:configure.ac:32: -1- m4_pattern_allow([^GREP$])
6732
m4trace:configure.ac:32: -1- m4_pattern_allow([^GREP$])
6733
m4trace:configure.ac:32: -1- m4_pattern_allow([^EGREP$])
6734
m4trace:configure.ac:32: -1- m4_pattern_allow([^EGREP$])
6735
m4trace:configure.ac:32: -1- AC_PROG_LD_RELOAD_FLAG
6736
m4trace:configure.ac:32: -1- AC_PROG_NM
6737
m4trace:configure.ac:32: -1- m4_pattern_allow([^LN_S$])
6738
m4trace:configure.ac:32: -1- AC_DEPLIBS_CHECK_METHOD
6739
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6740
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6741
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6742
m4trace:configure.ac:32: -1- AC_LIBTOOL_OBJDIR
6743
m4trace:configure.ac:32: -1- _LT_AC_SYS_COMPILER
6744
m4trace:configure.ac:32: -1- _LT_AC_PROG_ECHO_BACKSLASH
6745
m4trace:configure.ac:32: -1- _LT_AC_SHELL_INIT([
6746
# Check that we are running under the correct shell.
6747
SHELL=${CONFIG_SHELL-/bin/sh}
6748
 
6749
case X$ECHO in
6750
X*--fallback-echo)
6751
  # Remove one level of quotation (which was required for Make).
6752
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6753
  ;;
6754
esac
6755
 
6756
echo=${ECHO-echo}
6757
if test "X[$]1" = X--no-reexec; then
6758
  # Discard the --no-reexec flag, and continue.
6759
  shift
6760
elif test "X[$]1" = X--fallback-echo; then
6761
  # Avoid inline document here, it may be left over
6762
  :
6763
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6764
  # Yippee, $echo works!
6765
  :
6766
else
6767
  # Restart under the correct shell.
6768
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6769
fi
6770
 
6771
if test "X[$]1" = X--fallback-echo; then
6772
  # used as fallback echo
6773
  shift
6774
  cat <
6775
[$]*
6776
EOF
6777
  exit 0
6778
fi
6779
 
6780
# The HP-UX ksh and POSIX shell print the target directory to stdout
6781
# if CDPATH is set.
6782
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6783
 
6784
if test -z "$ECHO"; then
6785
if test "X${echo_test_string+set}" != Xset; then
6786
# find a string as large as possible, as long as the shell can cope with it
6787
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6788
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6789
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
6790
       echo_test_string=`eval $cmd` &&
6791
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6792
    then
6793
      break
6794
    fi
6795
  done
6796
fi
6797
 
6798
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6799
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6800
   test "X$echo_testing_string" = "X$echo_test_string"; then
6801
  :
6802
else
6803
  # The Solaris, AIX, and Digital Unix default echo programs unquote
6804
  # backslashes.  This makes it impossible to quote backslashes using
6805
  #   echo "$something" | sed 's/\\/\\\\/g'
6806
  #
6807
  # So, first we look for a working echo in the user's PATH.
6808
 
6809
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6810
  for dir in $PATH /usr/ucb; do
6811
    IFS="$lt_save_ifs"
6812
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6813
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6814
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6815
       test "X$echo_testing_string" = "X$echo_test_string"; then
6816
      echo="$dir/echo"
6817
      break
6818
    fi
6819
  done
6820
  IFS="$lt_save_ifs"
6821
 
6822
  if test "X$echo" = Xecho; then
6823
    # We didn't find a better echo, so look for alternatives.
6824
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6825
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6826
       test "X$echo_testing_string" = "X$echo_test_string"; then
6827
      # This shell has a builtin print -r that does the trick.
6828
      echo='print -r'
6829
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6830
         test "X$CONFIG_SHELL" != X/bin/ksh; then
6831
      # If we have ksh, try running configure again with it.
6832
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6833
      export ORIGINAL_CONFIG_SHELL
6834
      CONFIG_SHELL=/bin/ksh
6835
      export CONFIG_SHELL
6836
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6837
    else
6838
      # Try using printf.
6839
      echo='printf %s\n'
6840
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6841
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6842
         test "X$echo_testing_string" = "X$echo_test_string"; then
6843
        # Cool, printf works
6844
        :
6845
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6846
           test "X$echo_testing_string" = 'X\t' &&
6847
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6848
           test "X$echo_testing_string" = "X$echo_test_string"; then
6849
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6850
        export CONFIG_SHELL
6851
        SHELL="$CONFIG_SHELL"
6852
        export SHELL
6853
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
6854
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6855
           test "X$echo_testing_string" = 'X\t' &&
6856
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6857
           test "X$echo_testing_string" = "X$echo_test_string"; then
6858
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
6859
      else
6860
        # maybe with a smaller string...
6861
        prev=:
6862
 
6863
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6864
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6865
          then
6866
            break
6867
          fi
6868
          prev="$cmd"
6869
        done
6870
 
6871
        if test "$prev" != 'sed 50q "[$]0"'; then
6872
          echo_test_string=`eval $prev`
6873
          export echo_test_string
6874
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6875
        else
6876
          # Oops.  We lost completely, so just stick with echo.
6877
          echo=echo
6878
        fi
6879
      fi
6880
    fi
6881
  fi
6882
fi
6883
fi
6884
 
6885
# Copy echo and quote the copy suitably for passing to libtool from
6886
# the Makefile, instead of quoting the original, which is used later.
6887
ECHO=$echo
6888
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6889
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6890
fi
6891
 
6892
AC_SUBST(ECHO)
6893
])
6894
m4trace:configure.ac:32: -1- m4_pattern_allow([^ECHO$])
6895
m4trace:configure.ac:32: -1- m4_pattern_allow([^AR$])
6896
m4trace:configure.ac:32: -1- m4_pattern_allow([^RANLIB$])
6897
m4trace:configure.ac:32: -1- m4_pattern_allow([^STRIP$])
6898
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
6899
m4trace:configure.ac:32: -1- AC_PATH_MAGIC
6900
m4trace:configure.ac:32: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
6901
m4trace:configure.ac:32: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
6902
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6903
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6904
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6905
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6906
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6907
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6908
configure.ac:32: the top level])
6909
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6910
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6911
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6912
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6913
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6914
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6915
configure.ac:32: the top level])
6916
m4trace:configure.ac:32: -1- AC_LIBTOOL_LANG_C_CONFIG
6917
m4trace:configure.ac:32: -1- _LT_AC_LANG_C_CONFIG
6918
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([objext], [])
6919
m4trace:configure.ac:32: -1- _LT_AC_SYS_COMPILER
6920
m4trace:configure.ac:32: -1- _LT_COMPILER_BOILERPLATE
6921
m4trace:configure.ac:32: -1- _LT_LINKER_BOILERPLATE
6922
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
6923
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6924
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6925
m4trace:configure.ac:32: -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"])
6926
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6927
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6928
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
6929
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6930
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6931
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6932
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6933
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6934
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6935
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6936
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6937
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6938
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6939
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6940
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6941
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6942
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6943
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6944
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6945
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6946
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6947
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6948
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6949
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6950
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6951
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6952
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6953
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6954
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6955
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6956
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6957
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6958
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6959
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6960
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6961
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6962
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6963
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6964
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6965
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6966
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6967
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6968
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6969
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6970
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6971
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6972
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6973
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6974
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6975
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6976
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6977
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6978
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6979
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6980
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6981
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6982
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6983
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6984
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6985
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6986
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6987
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6988
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6989
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6990
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6991
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6992
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6993
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6994
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6995
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
6996
m4trace:configure.ac:32: -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
6997
     "" | " "*) ;;
6998
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
6999
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7000
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7001
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7002
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7003
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7004
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7005
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7006
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7007
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7008
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7009
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7010
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7011
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7012
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7013
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7014
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7015
m4trace:configure.ac:32: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7016
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7017
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_CC_C_O([])
7018
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7019
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7020
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7021
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7022
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7023
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7024
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7025
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7026
m4trace:configure.ac:32: -1- _LT_AC_LOCK
7027
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7028
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
7029
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
7030
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
7031
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
7032
/usr/share/aclocal/libtool.m4:479: _LT_AC_LOCK is expanded from...
7033
/usr/share/aclocal/libtool.m4:1096: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7034
/usr/share/aclocal/libtool.m4:2703: _LT_AC_LANG_C_CONFIG is expanded from...
7035
/usr/share/aclocal/libtool.m4:2702: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7036
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7037
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7038
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7039
configure.ac:32: the top level])
7040
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7041
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7042
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7043
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7044
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7045
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7046
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7047
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7048
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7049
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7050
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7051
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7052
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7053
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7054
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7055
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7056
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7057
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7058
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7059
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [])
7060
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7061
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7062
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7063
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [])
7064
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7065
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
7066
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7067
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7068
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7069
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7070
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7071
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7072
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7073
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7074
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7075
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7076
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7077
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7078
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7079
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7080
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7081
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7082
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7083
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7084
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7085
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7086
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7087
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7088
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7089
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7090
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7091
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7092
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7093
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7094
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7095
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7096
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7097
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7098
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7099
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7100
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7101
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7102
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7103
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7104
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7105
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7106
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7107
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7108
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7109
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7110
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7111
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7112
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7113
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7114
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7115
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7116
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7117
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7118
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7119
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7120
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7121
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7122
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7123
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7124
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7125
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7126
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7127
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7128
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7129
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7130
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7131
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7132
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7133
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7134
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7135
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7136
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7137
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7138
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
7139
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7140
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7141
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7142
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7143
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7144
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
7145
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7146
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7147
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7148
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7149
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7150
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7151
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7152
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7153
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7154
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7155
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7156
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7157
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7158
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7159
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7160
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7161
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7162
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7163
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7164
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7165
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7166
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7167
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7168
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7169
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7170
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7171
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7172
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7173
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7174
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [])
7175
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7176
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7177
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7178
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [])
7179
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7180
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7181
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7182
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7183
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7184
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7185
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7186
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7187
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7188
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7189
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7190
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7191
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7192
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7193
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7194
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7195
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7196
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7197
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7198
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7199
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7200
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7201
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7202
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7203
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7204
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7205
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7206
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7207
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7208
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7209
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7210
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7211
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7212
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7213
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7214
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7215
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7216
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7217
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7218
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7219
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7220
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7221
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7222
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7223
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7224
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7225
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7226
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7227
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7228
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7229
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7230
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7231
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7232
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7233
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7234
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7235
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7236
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7237
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7238
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7239
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7240
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7241
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7242
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7243
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7244
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7245
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7246
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7247
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7248
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7249
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7250
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7251
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7252
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7253
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7254
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7255
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7256
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7257
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7258
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7259
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7260
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7261
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7262
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7263
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7264
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7265
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7266
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7267
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7268
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7269
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7270
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7271
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7272
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7273
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7274
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7275
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7276
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7277
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7278
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7279
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7280
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7281
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7282
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7283
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7284
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7285
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7286
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7287
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7288
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7289
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7290
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7291
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([reload_cmds], [])
7292
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7293
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7294
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7295
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7296
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7297
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7298
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7299
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7300
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7301
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7302
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7303
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7304
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7305
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7306
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7307
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7308
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7309
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7310
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7311
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7312
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7313
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7314
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7315
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7316
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7317
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7318
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7319
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7320
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7321
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7322
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7323
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7324
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7325
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7326
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7327
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7328
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7329
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7330
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7331
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7332
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7333
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7334
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7335
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([archive_cmds], [])
7336
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7337
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7338
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7339
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7340
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7341
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7342
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7343
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7344
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7345
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([runpath_var], [])
7346
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7347
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7348
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7349
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7350
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7351
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7352
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7353
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7354
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7355
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_LIB_STRIP
7356
m4trace:configure.ac:32: -1- AC_LIBTOOL_DLOPEN_SELF
7357
m4trace:configure.ac:32: -1- _LT_AC_CHECK_DLFCN
7358
m4trace:configure.ac:32: -1- m4_pattern_allow([^CPP$])
7359
m4trace:configure.ac:32: -1- m4_pattern_allow([^CPPFLAGS$])
7360
m4trace:configure.ac:32: -1- m4_pattern_allow([^CPP$])
7361
m4trace:configure.ac:32: -1- m4_pattern_allow([^STDC_HEADERS$])
7362
m4trace:configure.ac:32: -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])
7363
m4trace:configure.ac:32: -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])
7364
m4trace:configure.ac:32: -1- AC_LIBTOOL_CONFIG([])
7365
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [])
7366
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([CC], [])
7367
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [])
7368
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7369
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7370
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7371
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7372
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7373
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7374
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7375
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7376
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7377
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7378
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [])
7379
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [])
7380
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [])
7381
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [])
7382
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7383
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7384
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7385
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7386
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7387
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7388
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7389
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7390
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7391
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7392
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7393
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7394
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7395
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [])
7396
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7397
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7398
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7399
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7400
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [])
7401
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7402
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7403
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7404
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7405
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [])
7406
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7407
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7408
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7409
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7410
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7411
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [])
7412
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([GCC], [])
7413
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [])
7414
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7415
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7416
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7417
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7418
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7419
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7420
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7421
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7422
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7423
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7424
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7425
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [])
7426
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7427
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [])
7428
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7429
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [])
7430
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [])
7431
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [])
7432
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [])
7433
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7434
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7435
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7436
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [])
7437
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7438
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7439
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7440
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7441
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7442
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7443
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7444
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7445
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7446
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7447
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7448
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [])
7449
m4trace:configure.ac:32: -1- _LT_AC_TAGCONFIG
7450
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7451
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7452
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7453
/usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
7454
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7455
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7456
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7457
configure.ac:32: the top level])
7458
m4trace:configure.ac:32: -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:1828: _LT_AC_TAGCONFIG is expanded from...
7459
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7460
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7461
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7462
configure.ac:32: the top level])
7463
m4trace:configure.ac:32: -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:1828: _LT_AC_TAGCONFIG is expanded from...
7464
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7465
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7466
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7467
configure.ac:32: the top level])
7468
m4trace:configure.ac:32: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7469
m4trace:configure.ac:32: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7470
m4trace:configure.ac:32: -1- m4_pattern_allow([^CXX$])
7471
m4trace:configure.ac:32: -1- m4_pattern_allow([^CXXFLAGS$])
7472
m4trace:configure.ac:32: -1- m4_pattern_allow([^LDFLAGS$])
7473
m4trace:configure.ac:32: -1- m4_pattern_allow([^LIBS$])
7474
m4trace:configure.ac:32: -1- m4_pattern_allow([^CPPFLAGS$])
7475
m4trace:configure.ac:32: -1- m4_pattern_allow([^CXX$])
7476
m4trace:configure.ac:32: -1- m4_pattern_allow([^ac_ct_CXX$])
7477
m4trace:configure.ac:32: -1- _LT_AC_PROG_CXXCPP
7478
m4trace:configure.ac:32: -1- m4_pattern_allow([^CXXCPP$])
7479
m4trace:configure.ac:32: -1- m4_pattern_allow([^CPPFLAGS$])
7480
m4trace:configure.ac:32: -1- m4_pattern_allow([^CXXCPP$])
7481
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7482
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7483
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7484
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7485
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7486
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7487
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7488
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7489
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7490
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7491
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7492
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7493
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7494
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7495
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7496
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7497
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7498
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7499
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7500
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7501
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7502
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [CXX])
7503
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7504
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7505
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([objext], [CXX])
7506
m4trace:configure.ac:32: -1- _LT_AC_SYS_COMPILER
7507
m4trace:configure.ac:32: -1- _LT_COMPILER_BOILERPLATE
7508
m4trace:configure.ac:32: -1- _LT_LINKER_BOILERPLATE
7509
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [CXX])
7510
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
7511
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7512
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7513
m4trace:configure.ac:32: -1- AC_PROG_LD
7514
m4trace:configure.ac:32: -1- AC_PROG_LD_GNU
7515
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7516
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7517
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7518
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7519
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7520
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7521
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7522
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7523
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7524
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7525
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7526
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7527
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7528
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7529
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7530
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7531
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7532
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7533
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7534
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
7535
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7536
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7537
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7538
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7539
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7540
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
7541
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7542
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7543
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7544
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7545
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7546
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7547
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7548
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7549
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7550
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7551
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7552
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7553
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7554
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7555
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7556
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7557
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7558
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7559
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7560
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7561
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7562
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7563
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7564
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7565
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7566
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7567
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7568
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7569
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7570
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7571
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7572
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7573
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7574
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7575
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7576
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7577
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7578
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7579
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7580
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7581
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7582
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7583
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7584
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7585
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7586
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7587
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7588
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7589
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7590
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7591
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7592
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7593
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7594
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7595
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7596
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7597
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7598
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7599
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7600
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7601
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7602
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7603
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7604
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7605
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7606
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7607
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7608
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7609
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7610
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7611
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7612
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7613
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7614
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7615
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7616
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7617
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7618
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7619
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7620
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7621
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7622
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7623
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7624
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7625
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7626
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7627
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7628
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7629
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7630
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7631
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7632
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7633
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7634
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7635
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7636
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7637
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7638
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7639
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7640
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7641
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7642
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7643
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7644
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7645
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7646
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7647
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7648
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7649
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7650
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7651
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7652
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7653
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7654
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7655
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7656
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7657
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7658
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7659
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7660
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7661
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7662
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7663
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7664
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7665
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7666
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7667
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7668
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7669
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7670
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7671
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7672
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7673
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7674
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7675
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7676
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7677
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7678
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7679
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7680
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7681
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7682
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7683
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7684
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7685
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7686
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7687
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7688
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7689
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7690
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7691
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7692
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7693
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7694
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7695
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7696
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7697
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7698
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7699
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7700
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7701
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7702
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7703
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7704
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7705
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7706
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7707
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7708
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7709
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7710
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7711
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7712
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7713
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7714
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7715
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7716
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7717
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7718
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7719
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7720
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7721
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7722
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7723
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7724
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7725
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7726
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7727
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7728
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7729
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7730
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7731
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7732
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7733
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7734
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7735
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7736
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7737
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7738
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7739
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7740
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7741
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7742
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7743
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7744
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([GCC], [CXX])
7745
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [CXX])
7746
m4trace:configure.ac:32: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7747
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7748
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7749
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7750
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7751
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7752
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7753
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7754
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7755
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7756
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7757
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7758
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7759
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7760
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7761
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7762
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7763
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7764
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7765
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7766
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7767
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7768
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7769
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7770
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7771
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7772
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7773
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7774
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7775
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7776
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7777
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7778
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7779
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7780
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7781
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7782
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7783
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7784
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7785
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7786
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7787
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7788
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7789
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7790
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7791
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7792
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7793
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7794
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7795
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7796
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7797
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7798
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7799
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7800
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7801
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7802
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7803
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7804
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7805
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7806
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7807
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7808
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7809
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7810
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7811
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7812
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7813
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7814
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7815
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7816
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7817
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7818
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7819
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7820
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7821
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7822
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7823
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7824
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7825
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7826
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7827
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7828
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7829
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7830
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7831
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7832
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7833
m4trace:configure.ac:32: -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
7834
     "" | " "*) ;;
7835
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7836
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7837
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7838
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7839
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7840
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7841
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7842
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7843
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7844
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7845
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7846
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7847
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7848
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7849
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7850
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7851
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
7852
m4trace:configure.ac:32: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
7853
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7854
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7855
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7856
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7857
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7858
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7859
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7860
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7861
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7862
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7863
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7864
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7865
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7866
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7867
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7868
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7869
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7870
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7871
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7872
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7873
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7874
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7875
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7876
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7877
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7878
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7879
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7880
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7881
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7882
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7883
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7884
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7885
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7886
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7887
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7888
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7889
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7890
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7891
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
7892
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7893
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7894
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7895
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7896
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7897
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7898
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7899
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7900
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7901
m4trace:configure.ac:32: -1- AC_LIBTOOL_CONFIG([CXX])
7902
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [CXX])
7903
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([CC], [CXX])
7904
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [CXX])
7905
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7906
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7907
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7908
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7909
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7910
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7911
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7912
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7913
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7914
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7915
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7916
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7917
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [CXX])
7918
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7919
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7920
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7921
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7922
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
7923
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
7924
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7925
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7926
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7927
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7928
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7929
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7930
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7931
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7932
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7933
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7934
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7935
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
7936
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7937
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7938
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7939
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7940
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7941
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7942
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7943
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7944
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7945
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7946
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7947
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7948
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [CXX])
7949
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([GCC], [CXX])
7950
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [CXX])
7951
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7952
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7953
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7954
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7955
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7956
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7957
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7958
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7959
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7960
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7961
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7962
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7963
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7964
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7965
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7966
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7967
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7968
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [CXX])
7969
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7970
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7971
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7972
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7973
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7974
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7975
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7976
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7977
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7978
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7979
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7980
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7981
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7982
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7983
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7984
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7985
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7986
m4trace:configure.ac:32: -1- AC_LIBTOOL_LANG_F77_CONFIG
7987
m4trace:configure.ac:32: -1- _LT_AC_LANG_F77_CONFIG([F77])
7988
m4trace:configure.ac:32: -1- m4_pattern_allow([^F77$])
7989
m4trace:configure.ac:32: -1- m4_pattern_allow([^FFLAGS$])
7990
m4trace:configure.ac:32: -1- m4_pattern_allow([^LDFLAGS$])
7991
m4trace:configure.ac:32: -1- m4_pattern_allow([^LIBS$])
7992
m4trace:configure.ac:32: -1- m4_pattern_allow([^F77$])
7993
m4trace:configure.ac:32: -1- m4_pattern_allow([^ac_ct_F77$])
7994
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7995
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7996
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7997
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7998
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7999
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8000
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8001
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8002
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8003
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8004
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8005
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8006
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8007
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8008
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8009
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8010
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8011
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8012
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([objext], [F77])
8013
m4trace:configure.ac:32: -1- _LT_AC_SYS_COMPILER
8014
m4trace:configure.ac:32: -1- _LT_COMPILER_BOILERPLATE
8015
m4trace:configure.ac:32: -1- _LT_LINKER_BOILERPLATE
8016
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [F77])
8017
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
8018
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([GCC], [F77])
8019
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [F77])
8020
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8021
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8022
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8023
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8024
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8025
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8026
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8027
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8028
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8029
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8030
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8031
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8032
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8033
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8034
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8035
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8036
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8037
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8038
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8039
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8040
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8041
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8042
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8043
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8044
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8045
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8046
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8047
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8048
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8049
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8050
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8051
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8052
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8053
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8054
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8055
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8056
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8057
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8058
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8059
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8060
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8061
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8062
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8063
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8064
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8065
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8066
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8067
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8068
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8069
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8070
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8071
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8072
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8073
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8074
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8075
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8076
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8077
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8078
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8079
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8080
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8081
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8082
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8083
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8084
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8085
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8086
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8087
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8088
m4trace:configure.ac:32: -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
8089
     "" | " "*) ;;
8090
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8091
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8092
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8093
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8094
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8095
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8096
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8097
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8098
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8099
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8100
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8101
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8102
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8103
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8104
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8105
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8106
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
8107
m4trace:configure.ac:32: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
8108
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8109
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8110
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8111
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8112
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8113
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8114
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8115
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8116
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8117
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8118
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8119
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8120
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8121
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8122
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8123
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8124
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8125
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8126
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8127
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8128
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8129
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8130
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8131
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8132
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8133
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8134
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8135
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8136
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8137
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8138
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8139
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8140
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8141
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8142
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8143
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
8144
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8145
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8146
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8147
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8148
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8149
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8150
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8151
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8152
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8153
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8154
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8155
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8156
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8157
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8158
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8159
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8160
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8161
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8162
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8163
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8164
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8165
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8166
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8167
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8168
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8169
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8170
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8171
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8172
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8173
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8174
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8175
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8176
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8177
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8178
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8179
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8180
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8181
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8182
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8183
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8184
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8185
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8186
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8187
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8188
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8189
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8190
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8191
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8192
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8193
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8194
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8195
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8196
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8197
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8198
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8199
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8200
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8201
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8202
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8203
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8204
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8205
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8206
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8207
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8208
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8209
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8210
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8211
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8212
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8213
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8214
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8215
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8216
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
8217
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8218
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8219
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8220
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8221
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8222
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
8223
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8224
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8225
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8226
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8227
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8228
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8229
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8230
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8231
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8232
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8233
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8234
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8235
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8236
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8237
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8238
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8239
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8240
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8241
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8242
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8243
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8244
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8245
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8246
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8247
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8248
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8249
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8250
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8251
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8252
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8253
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8254
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8255
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8256
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8257
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8258
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8259
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8260
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8261
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8262
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8263
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8264
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8265
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8266
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8267
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8268
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8269
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8270
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8271
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8272
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8273
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8274
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8275
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8276
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8277
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8278
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8279
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8280
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8281
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8282
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8283
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8284
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8285
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8286
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8287
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8288
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8289
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8290
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8291
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8292
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8293
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8294
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8295
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8296
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8297
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8298
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8299
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8300
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8301
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8302
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8303
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8304
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8305
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8306
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8307
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8308
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8309
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8310
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8311
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8312
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8313
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8314
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8315
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8316
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8317
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8318
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8319
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8320
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8321
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8322
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8323
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8324
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8325
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8326
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8327
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8328
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8329
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8330
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8331
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8332
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8333
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8334
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8335
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8336
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8337
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8338
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8339
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8340
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8341
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8342
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8343
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8344
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8345
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8346
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8347
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8348
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8349
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8350
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8351
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8352
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8353
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8354
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8355
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8356
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8357
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8358
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8359
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8360
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8361
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8362
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8363
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8364
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8365
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8366
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8367
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8368
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8369
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8370
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8371
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8372
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8373
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8374
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8375
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8376
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8377
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8378
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8379
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8380
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8381
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8382
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8383
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8384
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8385
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8386
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8387
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8388
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8389
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8390
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8391
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8392
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8393
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8394
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8395
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8396
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8397
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8398
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8399
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8400
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8401
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8402
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8403
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8404
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8405
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8406
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8407
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8408
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8409
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8410
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8411
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8412
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8413
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8414
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8415
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8416
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8417
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8418
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8419
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8420
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8421
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8422
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8423
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8424
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8425
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8426
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8427
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8428
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8429
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8430
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8431
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8432
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8433
m4trace:configure.ac:32: -1- AC_LIBTOOL_CONFIG([F77])
8434
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [F77])
8435
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([CC], [F77])
8436
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [F77])
8437
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8438
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8439
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8440
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8441
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8442
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8443
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8444
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8445
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8446
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8447
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8448
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8449
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [F77])
8450
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [F77])
8451
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8452
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8453
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8454
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8455
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8456
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8457
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8458
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8459
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8460
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8461
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8462
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8463
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8464
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8465
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8466
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8467
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8468
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8469
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8470
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8471
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8472
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8473
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8474
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8475
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8476
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8477
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8478
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8479
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8480
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [F77])
8481
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([GCC], [F77])
8482
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [F77])
8483
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8484
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8485
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8486
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8487
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8488
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8489
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8490
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8491
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8492
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8493
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8494
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8495
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8496
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8497
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8498
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8499
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8500
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [F77])
8501
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [F77])
8502
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8503
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8504
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8505
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8506
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8507
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8508
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8509
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8510
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8511
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8512
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8513
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8514
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8515
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8516
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8517
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8518
m4trace:configure.ac:32: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8519
m4trace:configure.ac:32: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8520
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8521
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8522
/usr/share/aclocal/libtool.m4:4119: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8523
/usr/share/aclocal/libtool.m4:4118: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8524
/usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
8525
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8526
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8527
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8528
configure.ac:32: the top level])
8529
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([objext], [GCJ])
8530
m4trace:configure.ac:32: -1- _LT_AC_SYS_COMPILER
8531
m4trace:configure.ac:32: -1- _LT_COMPILER_BOILERPLATE
8532
m4trace:configure.ac:32: -1- _LT_LINKER_BOILERPLATE
8533
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8534
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
8535
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8536
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8537
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8538
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8539
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8540
m4trace:configure.ac:32: -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"])
8541
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8542
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8543
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8544
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8545
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8546
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8547
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8548
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8549
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8550
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8551
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8552
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8553
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8554
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8555
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8556
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8557
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8558
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8559
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8560
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8561
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8562
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8563
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8564
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8565
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8566
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8567
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8568
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8569
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8570
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8571
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8572
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8573
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8574
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8575
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8576
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8577
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8578
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8579
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8580
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8581
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8582
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8583
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8584
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8585
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8586
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8587
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8588
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8589
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8590
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8591
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8592
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8593
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8594
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8595
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8596
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8597
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8598
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8599
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8600
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8601
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8602
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8603
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8604
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8605
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8606
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8607
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8608
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8609
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8610
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8611
m4trace:configure.ac:32: -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
8612
     "" | " "*) ;;
8613
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8614
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8615
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8616
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8617
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8618
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8619
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8620
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8621
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8622
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8623
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8624
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8625
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8626
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8627
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8628
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8629
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
8630
m4trace:configure.ac:32: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
8631
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8632
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8633
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8634
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8635
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8636
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8637
m4trace:configure.ac:32: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8638
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8639
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8640
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8641
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8642
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8643
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8644
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8645
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8646
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8647
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8648
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8649
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8650
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8651
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8652
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8653
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8654
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8655
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8656
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8657
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8658
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8659
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8660
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8661
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8662
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8663
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8664
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8665
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8666
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
8667
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8668
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8669
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8670
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8671
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8672
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8673
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8674
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8675
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8676
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8677
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8678
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8679
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8680
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8681
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8682
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8683
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8684
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8685
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8686
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8687
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8688
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8689
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8690
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8691
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8692
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8693
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8694
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8695
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8696
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8697
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8698
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8699
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8700
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8701
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8702
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8703
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8704
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8705
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8706
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8707
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8708
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8709
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8710
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8711
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8712
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8713
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8714
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8715
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8716
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8717
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8718
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8719
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8720
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8721
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8722
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8723
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8724
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8725
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8726
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8727
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8728
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8729
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8730
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8731
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8732
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8733
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8734
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8735
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8736
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8737
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8738
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8739
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
8740
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8741
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8742
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8743
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8744
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8745
m4trace:configure.ac:32: -1- _LT_AC_SYS_LIBPATH_AIX
8746
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8747
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8748
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8749
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8750
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8751
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8752
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8753
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8754
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8755
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8756
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8757
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8758
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8759
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8760
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8761
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8762
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8763
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8764
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8765
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8766
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8767
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8768
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8769
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8770
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8771
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8772
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8773
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8774
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8775
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8776
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8777
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8778
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8779
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8780
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8781
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8782
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8783
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8784
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8785
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8786
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8787
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8788
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8789
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8790
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8791
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8792
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8793
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8794
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8795
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8796
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8797
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8798
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8799
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8800
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8801
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8802
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8803
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8804
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8805
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8806
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8807
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8808
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8809
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8810
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8811
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8812
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8813
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8814
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8815
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8816
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8817
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8818
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8819
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8820
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8821
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8822
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8823
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8824
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8825
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8826
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8827
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8828
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8829
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8830
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8831
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8832
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8833
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8834
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8835
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8836
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8837
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8838
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8839
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8840
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8841
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8842
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8843
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8844
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8845
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8846
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8847
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8848
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8849
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8850
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8851
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8852
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8853
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8854
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8855
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8856
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8857
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8858
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8859
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8860
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8861
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8862
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8863
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8864
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8865
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8866
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8867
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8868
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8869
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8870
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8871
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8872
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8873
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8874
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8875
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8876
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8877
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8878
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8879
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8880
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8881
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8882
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8883
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8884
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8885
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8886
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8887
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8888
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8889
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8890
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8891
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8892
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8893
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8894
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8895
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8896
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8897
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8898
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8899
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8900
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8901
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8902
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8903
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8904
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8905
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8906
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8907
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8908
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8909
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8910
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8911
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8912
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8913
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8914
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8915
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8916
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8917
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8918
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8919
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8920
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8921
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8922
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8923
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8924
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8925
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8926
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8927
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8928
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8929
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8930
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8931
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8932
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8933
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8934
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8935
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8936
m4trace:configure.ac:32: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8937
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8938
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8939
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8940
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8941
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8942
m4trace:configure.ac:32: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
8943
m4trace:configure.ac:32: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
8944
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8945
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8946
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
8947
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8948
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8949
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8950
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8951
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8952
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8953
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8954
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8955
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8956
m4trace:configure.ac:32: -1- AC_LIBTOOL_CONFIG([GCJ])
8957
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8958
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([CC], [GCJ])
8959
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [GCJ])
8960
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8961
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8962
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8963
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8964
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8965
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8966
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8967
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8968
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8969
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8970
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8971
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8972
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8973
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8974
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8975
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8976
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8977
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
8978
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
8979
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8980
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8981
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8982
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8983
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8984
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8985
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8986
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8987
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8988
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8989
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8990
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8991
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8992
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8993
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8994
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8995
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8996
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8997
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8998
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8999
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9000
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9001
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9002
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9003
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9004
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9005
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [GCJ])
9006
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9007
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9008
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9009
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9010
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9011
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9012
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9013
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9014
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9015
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9016
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9017
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9018
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9019
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9020
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9021
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9022
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9023
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9024
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9025
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9026
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9027
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9028
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9029
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9030
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9031
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9032
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9033
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9034
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9035
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9036
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9037
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9038
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9039
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9040
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9041
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9042
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9043
/usr/share/aclocal/libtool.m4:4119: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9044
/usr/share/aclocal/libtool.m4:4118: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9045
/usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
9046
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9047
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9048
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9049
configure.ac:32: the top level])
9050
m4trace:configure.ac:32: -1- AC_LIBTOOL_LANG_RC_CONFIG
9051
m4trace:configure.ac:32: -1- _LT_AC_LANG_RC_CONFIG([RC])
9052
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9053
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
9054
/usr/share/aclocal/libtool.m4:4179: _LT_AC_LANG_RC_CONFIG is expanded from...
9055
/usr/share/aclocal/libtool.m4:4178: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9056
/usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
9057
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9058
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9059
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9060
configure.ac:32: the top level])
9061
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([objext], [RC])
9062
m4trace:configure.ac:32: -1- _LT_AC_SYS_COMPILER
9063
m4trace:configure.ac:32: -1- _LT_COMPILER_BOILERPLATE
9064
m4trace:configure.ac:32: -1- _LT_LINKER_BOILERPLATE
9065
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [RC])
9066
m4trace:configure.ac:32: -1- _LT_CC_BASENAME([$compiler])
9067
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9068
m4trace:configure.ac:32: -1- AC_LIBTOOL_CONFIG([RC])
9069
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [RC])
9070
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([CC], [RC])
9071
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [RC])
9072
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9073
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9074
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9075
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9076
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9077
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9078
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9079
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9080
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9081
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9082
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9083
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9084
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [RC])
9085
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [RC])
9086
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9087
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9088
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9089
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9090
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9091
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9092
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9093
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9094
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9095
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9096
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9097
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9098
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9099
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9100
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9101
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9102
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9103
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9104
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9105
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9106
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9107
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9108
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9109
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9110
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9111
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9112
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9113
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9114
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9115
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler], [RC])
9116
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([GCC], [RC])
9117
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([LD], [RC])
9118
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9119
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9120
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9121
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9122
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9123
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9124
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9125
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9126
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9127
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9128
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9129
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9130
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9131
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9132
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9133
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9134
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9135
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([predeps], [RC])
9136
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([postdeps], [RC])
9137
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9138
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9139
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9140
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9141
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9142
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9143
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9144
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9145
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9146
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9147
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9148
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9149
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9150
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9151
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9152
m4trace:configure.ac:32: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9153
m4trace:configure.ac:32: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9154
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9155
/usr/share/aclocal/libtool.m4:4179: _LT_AC_LANG_RC_CONFIG is expanded from...
9156
/usr/share/aclocal/libtool.m4:4178: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9157
/usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
9158
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9159
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9160
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9161
configure.ac:32: the top level])
9162
m4trace:configure.ac:32: -1- m4_pattern_allow([^LIBTOOL$])
9163
m4trace:configure.ac:32: -1- AC_LIBTOOL_CXX
9164
m4trace:configure.ac:32: -1- _LT_AC_LANG_CXX
9165
m4trace:configure.ac:32: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9166
m4trace:configure.ac:32: -1- AC_LIBTOOL_F77
9167
m4trace:configure.ac:32: -1- _LT_AC_LANG_F77
9168
m4trace:configure.ac:32: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9169
m4trace:configure.ac:33: -1- AM_INIT_AUTOMAKE
9170
m4trace:configure.ac:33: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
9171
m4trace:configure.ac:33: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
9172
m4trace:configure.ac:33: -1- AM_AUTOMAKE_VERSION([1.10.1])
9173
m4trace:configure.ac:33: -1- _AM_AUTOCONF_VERSION([2.61])
9174
m4trace:configure.ac:33: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
9175
m4trace:configure.ac:33: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
9176
m4trace:configure.ac:33: -1- m4_pattern_allow([^INSTALL_DATA$])
9177
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__isrc$])
9178
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([am__isrc])
9179
m4trace:configure.ac:33: -1- m4_pattern_allow([^CYGPATH_W$])
9180
m4trace:configure.ac:33: -1- _AM_SET_OPTIONS([])
9181
m4trace:configure.ac:33: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
9182
You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
9183
/usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
9184
/usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
9185
configure.ac:33: the top level])
9186
m4trace:configure.ac:33: -1- m4_pattern_allow([^PACKAGE$])
9187
m4trace:configure.ac:33: -1- m4_pattern_allow([^VERSION$])
9188
m4trace:configure.ac:33: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
9189
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
9190
m4trace:configure.ac:33: -2- _AM_MANGLE_OPTION([no-define])
9191
m4trace:configure.ac:33: -1- m4_pattern_allow([^PACKAGE$])
9192
m4trace:configure.ac:33: -1- m4_pattern_allow([^VERSION$])
9193
m4trace:configure.ac:33: -1- AM_SANITY_CHECK
9194
m4trace:configure.ac:33: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
9195
m4trace:configure.ac:33: -1- AM_MISSING_HAS_RUN
9196
m4trace:configure.ac:33: -1- AM_AUX_DIR_EXPAND
9197
m4trace:configure.ac:33: -1- m4_pattern_allow([^ACLOCAL$])
9198
m4trace:configure.ac:33: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
9199
m4trace:configure.ac:33: -1- m4_pattern_allow([^AUTOCONF$])
9200
m4trace:configure.ac:33: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
9201
m4trace:configure.ac:33: -1- m4_pattern_allow([^AUTOMAKE$])
9202
m4trace:configure.ac:33: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
9203
m4trace:configure.ac:33: -1- m4_pattern_allow([^AUTOHEADER$])
9204
m4trace:configure.ac:33: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
9205
m4trace:configure.ac:33: -1- m4_pattern_allow([^MAKEINFO$])
9206
m4trace:configure.ac:33: -1- AM_PROG_INSTALL_SH
9207
m4trace:configure.ac:33: -1- m4_pattern_allow([^install_sh$])
9208
m4trace:configure.ac:33: -1- AM_PROG_INSTALL_STRIP
9209
m4trace:configure.ac:33: -1- m4_pattern_allow([^STRIP$])
9210
m4trace:configure.ac:33: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
9211
m4trace:configure.ac:33: -1- AM_PROG_MKDIR_P
9212
m4trace:configure.ac:33: -1- m4_pattern_allow([^mkdir_p$])
9213
m4trace:configure.ac:33: -1- m4_pattern_allow([^AWK$])
9214
m4trace:configure.ac:33: -1- m4_pattern_allow([^SET_MAKE$])
9215
m4trace:configure.ac:33: -1- AM_SET_LEADING_DOT
9216
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__leading_dot$])
9217
m4trace:configure.ac:33: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
9218
                             [_AM_PROG_TAR([v7])])])
9219
m4trace:configure.ac:33: -2- _AM_MANGLE_OPTION([tar-ustar])
9220
m4trace:configure.ac:33: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
9221
m4trace:configure.ac:33: -2- _AM_MANGLE_OPTION([tar-pax])
9222
m4trace:configure.ac:33: -1- _AM_PROG_TAR([v7])
9223
m4trace:configure.ac:33: -1- AM_MISSING_PROG([AMTAR], [tar])
9224
m4trace:configure.ac:33: -1- m4_pattern_allow([^AMTAR$])
9225
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__tar$])
9226
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__untar$])
9227
m4trace:configure.ac:33: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
9228
                  [_AM_DEPENDENCIES(CC)],
9229
                  [define([AC_PROG_CC],
9230
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
9231
AC_PROVIDE_IFELSE([AC_PROG_CXX],
9232
                  [_AM_DEPENDENCIES(CXX)],
9233
                  [define([AC_PROG_CXX],
9234
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
9235
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
9236
                  [_AM_DEPENDENCIES(OBJC)],
9237
                  [define([AC_PROG_OBJC],
9238
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
9239
])
9240
m4trace:configure.ac:33: -2- _AM_MANGLE_OPTION([no-dependencies])
9241
m4trace:configure.ac:33: -1- _AM_DEPENDENCIES([CC])
9242
m4trace:configure.ac:33: -1- AM_SET_DEPDIR
9243
m4trace:configure.ac:33: -1- m4_pattern_allow([^DEPDIR$])
9244
m4trace:configure.ac:33: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
9245
m4trace:configure.ac:33: -1- AM_MAKE_INCLUDE
9246
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__include$])
9247
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__quote$])
9248
m4trace:configure.ac:33: -1- AM_DEP_TRACK
9249
m4trace:configure.ac:33: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
9250
m4trace:configure.ac:33: -1- m4_pattern_allow([^AMDEP_TRUE$])
9251
m4trace:configure.ac:33: -1- m4_pattern_allow([^AMDEP_FALSE$])
9252
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
9253
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
9254
m4trace:configure.ac:33: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
9255
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
9256
m4trace:configure.ac:33: -1- m4_pattern_allow([^CCDEPMODE$])
9257
m4trace:configure.ac:33: -1- AM_CONDITIONAL([am__fastdepCC], [
9258
  test "x$enable_dependency_tracking" != xno \
9259
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
9260
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
9261
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
9262
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
9263
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
9264
m4trace:configure.ac:33: -1- _AM_DEPENDENCIES([CXX])
9265
m4trace:configure.ac:33: -1- m4_pattern_allow([^CXXDEPMODE$])
9266
m4trace:configure.ac:33: -1- AM_CONDITIONAL([am__fastdepCXX], [
9267
  test "x$enable_dependency_tracking" != xno \
9268
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
9269
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
9270
m4trace:configure.ac:33: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
9271
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
9272
m4trace:configure.ac:33: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
9273
m4trace:configure.ac:45: -1- m4_pattern_allow([^OR32_TYPES$])
9274
m4trace:configure.ac:51: -1- m4_pattern_allow([^OR32_TYPES$])
9275
m4trace:configure.ac:54: -1- m4_pattern_allow([^CPU_ARCH$])
9276
m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
9277
m4trace:configure.ac:59: -1- m4_pattern_allow([^CFLAGS$])
9278
m4trace:configure.ac:59: -1- m4_pattern_allow([^LDFLAGS$])
9279
m4trace:configure.ac:59: -1- m4_pattern_allow([^LIBS$])
9280
m4trace:configure.ac:59: -1- m4_pattern_allow([^CPPFLAGS$])
9281
m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
9282
m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
9283
m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
9284
m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
9285
m4trace:configure.ac:59: -1- m4_pattern_allow([^ac_ct_CC$])
9286
m4trace:configure.ac:60: -1- AM_PROG_CC_C_O
9287
m4trace:configure.ac:60: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
9288
m4trace:configure.ac:62: -1- m4_pattern_allow([^SET_MAKE$])
9289
m4trace:configure.ac:68: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
9290
m4trace:configure.ac:68: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
9291
m4trace:configure.ac:68: -1- m4_pattern_allow([^INSTALL_DATA$])
9292
m4trace:configure.ac:69: -1- m4_pattern_allow([^AR$])
9293
m4trace:configure.ac:72: -1- m4_pattern_allow([^_GNU_SOURCE$])
9294
m4trace:configure.ac:80: -1- m4_pattern_allow([^MAKE_SHELL$])
9295
m4trace:configure.ac:82: -1- m4_pattern_allow([^RETSIGTYPE$])
9296
m4trace:configure.ac:83: -1- m4_pattern_allow([^STAT_MACROS_BROKEN$])
9297
m4trace:configure.ac:88: -1- m4_pattern_allow([^HAVE_STRCOLL$])
9298
m4trace:configure.ac:89: -1- m4_pattern_allow([^STDC_HEADERS$])
9299
m4trace:configure.ac:94: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
9300
m4trace:configure.ac:97: -1- m4_pattern_allow([^const$])
9301
m4trace:configure.ac:98: -1- m4_pattern_allow([^size_t$])
9302
m4trace:configure.ac:99: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
9303
m4trace:configure.ac:102: -1- m4_pattern_allow([^HAVE_MALLOC$])
9304
m4trace:configure.ac:102: -1- m4_pattern_allow([^HAVE_MALLOC$])
9305
m4trace:configure.ac:102: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9306
m4trace:configure.ac:102: -1- m4_pattern_allow([^malloc$])
9307
m4trace:configure.ac:103: -1- m4_pattern_allow([^HAVE_STRFTIME$])
9308
m4trace:configure.ac:104: -1- m4_pattern_allow([^POW_LIB$])
9309
m4trace:configure.ac:104: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9310
m4trace:configure.ac:111: -1- AM_CONDITIONAL([USE_SYS_GETOPTLONG], [test "$SYS_GETOPTLONG" = "1"])
9311
m4trace:configure.ac:111: -1- m4_pattern_allow([^USE_SYS_GETOPTLONG_TRUE$])
9312
m4trace:configure.ac:111: -1- m4_pattern_allow([^USE_SYS_GETOPTLONG_FALSE$])
9313
m4trace:configure.ac:111: -1- _AM_SUBST_NOTMAKE([USE_SYS_GETOPTLONG_TRUE])
9314
m4trace:configure.ac:111: -1- _AM_SUBST_NOTMAKE([USE_SYS_GETOPTLONG_FALSE])
9315
m4trace:configure.ac:112: -1- AM_CONDITIONAL([USE_ARGREX], [test "$SYS_REGEX" = "1"])
9316
m4trace:configure.ac:112: -1- m4_pattern_allow([^USE_ARGREX_TRUE$])
9317
m4trace:configure.ac:112: -1- m4_pattern_allow([^USE_ARGREX_FALSE$])
9318
m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([USE_ARGREX_TRUE])
9319
m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([USE_ARGREX_FALSE])
9320
m4trace:configure.ac:113: -1- AM_CONDITIONAL([USE_ARGDATE], [test "$SYS_STRPTIME" = "1"])
9321
m4trace:configure.ac:113: -1- m4_pattern_allow([^USE_ARGDATE_TRUE$])
9322
m4trace:configure.ac:113: -1- m4_pattern_allow([^USE_ARGDATE_FALSE$])
9323
m4trace:configure.ac:113: -1- _AM_SUBST_NOTMAKE([USE_ARGDATE_TRUE])
9324
m4trace:configure.ac:113: -1- _AM_SUBST_NOTMAKE([USE_ARGDATE_FALSE])
9325
m4trace:configure.ac:116: -1- m4_pattern_allow([^CC_HAS_LONG_LONG$])
9326
m4trace:configure.ac:119: -1- m4_pattern_allow([^HAVE_UINT8_T$])
9327
m4trace:configure.ac:119: -1- m4_pattern_allow([^HAVE_UINT16_T$])
9328
m4trace:configure.ac:119: -1- m4_pattern_allow([^HAVE_UINT32_T$])
9329
m4trace:configure.ac:120: -1- m4_pattern_allow([^HAVE_INT8_T$])
9330
m4trace:configure.ac:120: -1- m4_pattern_allow([^HAVE_INT16_T$])
9331
m4trace:configure.ac:120: -1- m4_pattern_allow([^HAVE_INT32_T$])
9332
m4trace:configure.ac:122: -1- m4_pattern_allow([^SIZEOF_CHAR$])
9333
m4trace:configure.ac:123: -1- m4_pattern_allow([^SIZEOF_SHORT$])
9334
m4trace:configure.ac:124: -1- m4_pattern_allow([^SIZEOF_INT$])
9335
m4trace:configure.ac:125: -1- m4_pattern_allow([^SIZEOF_LONG$])
9336
m4trace:configure.ac:128: -1- m4_pattern_allow([^HAVE_LIBREADLINE$])
9337
m4trace:configure.ac:238: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9338
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
9339
configure.ac:238: the top level])
9340
m4trace:configure.ac:248: -1- m4_pattern_allow([^DEBUGFLAGS$])
9341
m4trace:configure.ac:250: -1- m4_pattern_allow([^RAW_RANGE_STATS$])
9342
m4trace:configure.ac:251: -1- m4_pattern_allow([^SET_OV_FLAG$])
9343
m4trace:configure.ac:252: -1- m4_pattern_allow([^ARITH_SET_FLAG$])
9344
m4trace:configure.ac:253: -1- m4_pattern_allow([^HAVE_ETH_PHY$])
9345
m4trace:configure.ac:254: -1- m4_pattern_allow([^SIMPLE_EXECUTION$])
9346
m4trace:configure.ac:255: -1- m4_pattern_allow([^COMPLEX_EXECUTION$])
9347
m4trace:configure.ac:256: -1- m4_pattern_allow([^DYNAMIC_EXECUTION$])
9348
m4trace:configure.ac:257: -1- AM_CONDITIONAL([GENERATE_NEEDED], [test x$execution = x1])
9349
m4trace:configure.ac:257: -1- m4_pattern_allow([^GENERATE_NEEDED_TRUE$])
9350
m4trace:configure.ac:257: -1- m4_pattern_allow([^GENERATE_NEEDED_FALSE$])
9351
m4trace:configure.ac:257: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_TRUE])
9352
m4trace:configure.ac:257: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_FALSE])
9353
m4trace:configure.ac:258: -1- AM_CONDITIONAL([DYNAMIC_EXECUTION], [test x$execution = x2])
9354
m4trace:configure.ac:258: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_TRUE$])
9355
m4trace:configure.ac:258: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_FALSE$])
9356
m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_TRUE])
9357
m4trace:configure.ac:258: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_FALSE])
9358
m4trace:configure.ac:265: -1- m4_pattern_allow([^BUILD_DIR$])
9359
m4trace:configure.ac:267: -1- m4_pattern_allow([^CFLAGS$])
9360
m4trace:configure.ac:268: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
9361
m4trace:configure.ac:269: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
9362
m4trace:configure.ac:270: -1- m4_pattern_allow([^LOCAL_DEFS$])
9363
m4trace:configure.ac:272: -1- m4_pattern_allow([^AR$])
9364
m4trace:configure.ac:273: -1- m4_pattern_allow([^ARFLAGS$])
9365
m4trace:configure.ac:275: -1- m4_pattern_allow([^host_cpu$])
9366
m4trace:configure.ac:276: -1- m4_pattern_allow([^host_os$])
9367
m4trace:configure.ac:277: -1- m4_pattern_allow([^host$])
9368
m4trace:configure.ac:279: -1- m4_pattern_allow([^SUMVERSION$])
9369
m4trace:configure.ac:280: -1- m4_pattern_allow([^TERMCAP_LIB$])
9370
m4trace:configure.ac:282: -1- m4_pattern_allow([^HAVE_EXECUTION$])
9371
m4trace:configure.ac:291: -1- m4_pattern_allow([^INCLUDES$])
9372
m4trace:configure.ac:310: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9373
m4trace:configure.ac:310: -1- m4_pattern_allow([^LTLIBOBJS$])
9374
m4trace:configure.ac:310: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
9375
m4trace:configure.ac:310: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.