~ubuntu-branches/ubuntu/raring/libdvdread/raring-proposed

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Package Import Robot
  • Author(s): Vibhav Pant
  • Date: 2012-12-15 17:06:42 UTC
  • mfrom: (1.3.2) (3.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20121215170642-q0h4cc4r2mchkgcl
Tags: 4.2.0+20121016-1ubuntu1
* Merge from Debian unstable (LP: #1090692).  Remaining changes:
  - Re-add missing install-css.sh.
  - debian/control: add Suggests for install-css.sh on debhelper,
    fakeroot, and build-essential.
  - debian/rules: install install-css.sh, leave perms executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
m4trace:/usr/share/aclocal/libtool.m4:69: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
2
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
 
3
AC_BEFORE([$0], [LT_LANG])dnl
 
4
AC_BEFORE([$0], [LT_OUTPUT])dnl
 
5
AC_BEFORE([$0], [LTDL_INIT])dnl
 
6
m4_require([_LT_CHECK_BUILDDIR])dnl
 
7
 
 
8
dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 
9
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 
10
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
 
11
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
 
12
dnl unless we require an AC_DEFUNed macro:
 
13
AC_REQUIRE([LTOPTIONS_VERSION])dnl
 
14
AC_REQUIRE([LTSUGAR_VERSION])dnl
 
15
AC_REQUIRE([LTVERSION_VERSION])dnl
 
16
AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
17
m4_require([_LT_PROG_LTMAIN])dnl
 
18
 
 
19
_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
 
20
 
 
21
dnl Parse OPTIONS
 
22
_LT_SET_OPTIONS([$0], [$1])
 
23
 
 
24
# This can be used to rebuild libtool when needed
 
25
LIBTOOL_DEPS="$ltmain"
 
26
 
 
27
# Always use our own libtool.
 
28
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
29
AC_SUBST(LIBTOOL)dnl
 
30
 
 
31
_LT_SETUP
 
32
 
 
33
# Only expand once:
 
34
m4_define([LT_INIT])
 
35
])
 
36
m4trace:/usr/share/aclocal/libtool.m4:107: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
37
m4trace:/usr/share/aclocal/libtool.m4:107: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
 
38
You should run autoupdate.])dnl
 
39
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
40
m4trace:/usr/share/aclocal/libtool.m4:108: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
41
m4trace:/usr/share/aclocal/libtool.m4:108: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
 
42
You should run autoupdate.])dnl
 
43
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
44
m4trace:/usr/share/aclocal/libtool.m4:609: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
 
45
AC_MSG_NOTICE([creating $CONFIG_LT])
 
46
_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
 
47
[# Run this file to recreate a libtool stub with the current configuration.])
 
48
 
 
49
cat >>"$CONFIG_LT" <<\_LTEOF
 
50
lt_cl_silent=false
 
51
exec AS_MESSAGE_LOG_FD>>config.log
 
52
{
 
53
  echo
 
54
  AS_BOX([Running $as_me.])
 
55
} >&AS_MESSAGE_LOG_FD
 
56
 
 
57
lt_cl_help="\
 
58
\`$as_me' creates a local libtool stub from the current configuration,
 
59
for use in further configure time tests before the real libtool is
 
60
generated.
 
61
 
 
62
Usage: $[0] [[OPTIONS]]
 
63
 
 
64
  -h, --help      print this help, then exit
 
65
  -V, --version   print version number, then exit
 
66
  -q, --quiet     do not print progress messages
 
67
  -d, --debug     don't remove temporary files
 
68
 
 
69
Report bugs to <bug-libtool@gnu.org>."
 
70
 
 
71
lt_cl_version="\
 
72
m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
 
73
m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
74
configured by $[0], generated by m4_PACKAGE_STRING.
 
75
 
 
76
Copyright (C) 2011 Free Software Foundation, Inc.
 
77
This config.lt script is free software; the Free Software Foundation
 
78
gives unlimited permision to copy, distribute and modify it."
 
79
 
 
80
while test $[#] != 0
 
81
do
 
82
  case $[1] in
 
83
    --version | --v* | -V )
 
84
      echo "$lt_cl_version"; exit 0 ;;
 
85
    --help | --h* | -h )
 
86
      echo "$lt_cl_help"; exit 0 ;;
 
87
    --debug | --d* | -d )
 
88
      debug=: ;;
 
89
    --quiet | --q* | --silent | --s* | -q )
 
90
      lt_cl_silent=: ;;
 
91
 
 
92
    -*) AC_MSG_ERROR([unrecognized option: $[1]
 
93
Try \`$[0] --help' for more information.]) ;;
 
94
 
 
95
    *) AC_MSG_ERROR([unrecognized argument: $[1]
 
96
Try \`$[0] --help' for more information.]) ;;
 
97
  esac
 
98
  shift
 
99
done
 
100
 
 
101
if $lt_cl_silent; then
 
102
  exec AS_MESSAGE_FD>/dev/null
 
103
fi
 
104
_LTEOF
 
105
 
 
106
cat >>"$CONFIG_LT" <<_LTEOF
 
107
_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
 
108
_LTEOF
 
109
 
 
110
cat >>"$CONFIG_LT" <<\_LTEOF
 
111
AC_MSG_NOTICE([creating $ofile])
 
112
_LT_OUTPUT_LIBTOOL_COMMANDS
 
113
AS_EXIT(0)
 
114
_LTEOF
 
115
chmod +x "$CONFIG_LT"
 
116
 
 
117
# configure is writing to config.log, but config.lt does its own redirection,
 
118
# appending to config.log, which fails on DOS, as config.log is still kept
 
119
# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
120
# config.log, so it can be properly (re)opened and appended to by config.lt.
 
121
lt_cl_success=:
 
122
test "$silent" = yes &&
 
123
  lt_config_lt_args="$lt_config_lt_args --quiet"
 
124
exec AS_MESSAGE_LOG_FD>/dev/null
 
125
$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
126
exec AS_MESSAGE_LOG_FD>>config.log
 
127
$lt_cl_success || AS_EXIT(1)
 
128
])
 
129
m4trace:/usr/share/aclocal/libtool.m4:790: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
 
130
m4trace:/usr/share/aclocal/libtool.m4:801: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
 
131
m4_case([$1],
 
132
  [C],                  [_LT_LANG(C)],
 
133
  [C++],                [_LT_LANG(CXX)],
 
134
  [Go],                 [_LT_LANG(GO)],
 
135
  [Java],               [_LT_LANG(GCJ)],
 
136
  [Fortran 77],         [_LT_LANG(F77)],
 
137
  [Fortran],            [_LT_LANG(FC)],
 
138
  [Windows Resource],   [_LT_LANG(RC)],
 
139
  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
 
140
    [_LT_LANG($1)],
 
141
    [m4_fatal([$0: unsupported language: "$1"])])])dnl
 
142
])
 
143
m4trace:/usr/share/aclocal/libtool.m4:893: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
 
144
m4trace:/usr/share/aclocal/libtool.m4:893: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
 
145
You should run autoupdate.])dnl
 
146
LT_LANG(C++)])
 
147
m4trace:/usr/share/aclocal/libtool.m4:894: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
148
m4trace:/usr/share/aclocal/libtool.m4:894: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
 
149
You should run autoupdate.])dnl
 
150
LT_LANG(Fortran 77)])
 
151
m4trace:/usr/share/aclocal/libtool.m4:895: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
152
m4trace:/usr/share/aclocal/libtool.m4:895: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
 
153
You should run autoupdate.])dnl
 
154
LT_LANG(Fortran)])
 
155
m4trace:/usr/share/aclocal/libtool.m4:896: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
156
m4trace:/usr/share/aclocal/libtool.m4:896: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
 
157
You should run autoupdate.])dnl
 
158
LT_LANG(Java)])
 
159
m4trace:/usr/share/aclocal/libtool.m4:897: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
 
160
m4trace:/usr/share/aclocal/libtool.m4:897: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
 
161
You should run autoupdate.])dnl
 
162
LT_LANG(Windows Resource)])
 
163
m4trace:/usr/share/aclocal/libtool.m4:1225: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
 
164
AC_ARG_WITH([sysroot],
 
165
[  --with-sysroot[=DIR] Search for dependent libraries within DIR
 
166
                        (or the compiler's sysroot if not specified).],
 
167
[], [with_sysroot=no])
 
168
 
 
169
dnl lt_sysroot will always be passed unquoted.  We quote it here
 
170
dnl in case the user passed a directory name.
 
171
lt_sysroot=
 
172
case ${with_sysroot} in #(
 
173
 yes)
 
174
   if test "$GCC" = yes; then
 
175
     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
 
176
   fi
 
177
   ;; #(
 
178
 /*)
 
179
   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
 
180
   ;; #(
 
181
 no|'')
 
182
   ;; #(
 
183
 *)
 
184
   AC_MSG_RESULT([${with_sysroot}])
 
185
   AC_MSG_ERROR([The sysroot must be an absolute path.])
 
186
   ;;
 
187
esac
 
188
 
 
189
 AC_MSG_RESULT([${lt_sysroot:-no}])
 
190
_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
 
191
[dependent libraries, and in which our libraries should be installed.])])
 
192
m4trace:/usr/share/aclocal/libtool.m4:1509: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
193
m4_require([_LT_DECL_SED])dnl
 
194
AC_CACHE_CHECK([$1], [$2],
 
195
  [$2=no
 
196
   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
197
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
198
   lt_compiler_flag="$3"
 
199
   # Insert the option either (1) after the last *FLAGS variable, or
 
200
   # (2) before a word containing "conftest.", or (3) at the end.
 
201
   # Note that $ac_compile itself does not contain backslashes and begins
 
202
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
203
   # The option is referenced via a variable to avoid confusing sed.
 
204
   lt_compile=`echo "$ac_compile" | $SED \
 
205
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
206
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
207
   -e 's:$: $lt_compiler_flag:'`
 
208
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
209
   (eval "$lt_compile" 2>conftest.err)
 
210
   ac_status=$?
 
211
   cat conftest.err >&AS_MESSAGE_LOG_FD
 
212
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
213
   if (exit $ac_status) && test -s "$ac_outfile"; then
 
214
     # The compiler can only warn and ignore the option if not recognized
 
215
     # So say no if there are warnings other than the usual output.
 
216
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
 
217
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
218
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
219
       $2=yes
 
220
     fi
 
221
   fi
 
222
   $RM conftest*
 
223
])
 
224
 
 
225
if test x"[$]$2" = xyes; then
 
226
    m4_if([$5], , :, [$5])
 
227
else
 
228
    m4_if([$6], , :, [$6])
 
229
fi
 
230
])
 
231
m4trace:/usr/share/aclocal/libtool.m4:1551: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
 
232
m4trace:/usr/share/aclocal/libtool.m4:1551: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
 
233
You should run autoupdate.])dnl
 
234
m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
 
235
m4trace:/usr/share/aclocal/libtool.m4:1560: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
236
m4_require([_LT_DECL_SED])dnl
 
237
AC_CACHE_CHECK([$1], [$2],
 
238
  [$2=no
 
239
   save_LDFLAGS="$LDFLAGS"
 
240
   LDFLAGS="$LDFLAGS $3"
 
241
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
242
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
243
     # The linker can only warn and ignore the option if not recognized
 
244
     # So say no if there are warnings
 
245
     if test -s conftest.err; then
 
246
       # Append any errors to the config.log.
 
247
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
248
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
 
249
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
250
       if diff conftest.exp conftest.er2 >/dev/null; then
 
251
         $2=yes
 
252
       fi
 
253
     else
 
254
       $2=yes
 
255
     fi
 
256
   fi
 
257
   $RM -r conftest*
 
258
   LDFLAGS="$save_LDFLAGS"
 
259
])
 
260
 
 
261
if test x"[$]$2" = xyes; then
 
262
    m4_if([$4], , :, [$4])
 
263
else
 
264
    m4_if([$5], , :, [$5])
 
265
fi
 
266
])
 
267
m4trace:/usr/share/aclocal/libtool.m4:1595: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
 
268
m4trace:/usr/share/aclocal/libtool.m4:1595: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
 
269
You should run autoupdate.])dnl
 
270
m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
 
271
m4trace:/usr/share/aclocal/libtool.m4:1602: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
272
# find the maximum length of command line arguments
 
273
AC_MSG_CHECKING([the maximum length of command line arguments])
 
274
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
275
  i=0
 
276
  teststring="ABCD"
 
277
 
 
278
  case $build_os in
 
279
  msdosdjgpp*)
 
280
    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
281
    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
282
    # during glob expansion).  Even if it were fixed, the result of this
 
283
    # check would be larger than it should be.
 
284
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
285
    ;;
 
286
 
 
287
  gnu*)
 
288
    # Under GNU Hurd, this test is not required because there is
 
289
    # no limit to the length of command line arguments.
 
290
    # Libtool will interpret -1 as no limit whatsoever
 
291
    lt_cv_sys_max_cmd_len=-1;
 
292
    ;;
 
293
 
 
294
  cygwin* | mingw* | cegcc*)
 
295
    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
296
    # about 5 minutes as the teststring grows exponentially.
 
297
    # Worse, since 9x/ME are not pre-emptively multitasking,
 
298
    # you end up with a "frozen" computer, even though with patience
 
299
    # the test eventually succeeds (with a max line length of 256k).
 
300
    # Instead, let's just punt: use the minimum linelength reported by
 
301
    # all of the supported platforms: 8192 (on NT/2K/XP).
 
302
    lt_cv_sys_max_cmd_len=8192;
 
303
    ;;
 
304
 
 
305
  mint*)
 
306
    # On MiNT this can take a long time and run out of memory.
 
307
    lt_cv_sys_max_cmd_len=8192;
 
308
    ;;
 
309
 
 
310
  amigaos*)
 
311
    # On AmigaOS with pdksh, this test takes hours, literally.
 
312
    # So we just punt and use a minimum line length of 8192.
 
313
    lt_cv_sys_max_cmd_len=8192;
 
314
    ;;
 
315
 
 
316
  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
317
    # This has been around since 386BSD, at least.  Likely further.
 
318
    if test -x /sbin/sysctl; then
 
319
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
320
    elif test -x /usr/sbin/sysctl; then
 
321
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
322
    else
 
323
      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
 
324
    fi
 
325
    # And add a safety zone
 
326
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
327
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
328
    ;;
 
329
 
 
330
  interix*)
 
331
    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
332
    lt_cv_sys_max_cmd_len=196608
 
333
    ;;
 
334
 
 
335
  os2*)
 
336
    # The test takes a long time on OS/2.
 
337
    lt_cv_sys_max_cmd_len=8192
 
338
    ;;
 
339
 
 
340
  osf*)
 
341
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
342
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
343
    # nice to cause kernel panics so lets avoid the loop below.
 
344
    # First set a reasonable default.
 
345
    lt_cv_sys_max_cmd_len=16384
 
346
    #
 
347
    if test -x /sbin/sysconfig; then
 
348
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
349
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
350
      esac
 
351
    fi
 
352
    ;;
 
353
  sco3.2v5*)
 
354
    lt_cv_sys_max_cmd_len=102400
 
355
    ;;
 
356
  sysv5* | sco5v6* | sysv4.2uw2*)
 
357
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
358
    if test -n "$kargmax"; then
 
359
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[         ]]//'`
 
360
    else
 
361
      lt_cv_sys_max_cmd_len=32768
 
362
    fi
 
363
    ;;
 
364
  *)
 
365
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
366
    if test -n "$lt_cv_sys_max_cmd_len" && \
 
367
        test undefined != "$lt_cv_sys_max_cmd_len"; then
 
368
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
369
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
370
    else
 
371
      # Make teststring a little bigger before we do anything with it.
 
372
      # a 1K string should be a reasonable start.
 
373
      for i in 1 2 3 4 5 6 7 8 ; do
 
374
        teststring=$teststring$teststring
 
375
      done
 
376
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
377
      # If test is not a shell built-in, we'll probably end up computing a
 
378
      # maximum length that is only half of the actual maximum length, but
 
379
      # we can't tell.
 
380
      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
 
381
                 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
 
382
              test $i != 17 # 1/2 MB should be enough
 
383
      do
 
384
        i=`expr $i + 1`
 
385
        teststring=$teststring$teststring
 
386
      done
 
387
      # Only check the string length outside the loop.
 
388
      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
 
389
      teststring=
 
390
      # Add a significant safety factor because C++ compilers can tack on
 
391
      # massive amounts of additional arguments before passing them to the
 
392
      # linker.  It appears as though 1/2 is a usable value.
 
393
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
394
    fi
 
395
    ;;
 
396
  esac
 
397
])
 
398
if test -n $lt_cv_sys_max_cmd_len ; then
 
399
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
400
else
 
401
  AC_MSG_RESULT(none)
 
402
fi
 
403
max_cmd_len=$lt_cv_sys_max_cmd_len
 
404
_LT_DECL([], [max_cmd_len], [0],
 
405
    [What is the maximum length of a command?])
 
406
])
 
407
m4trace:/usr/share/aclocal/libtool.m4:1741: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
 
408
m4trace:/usr/share/aclocal/libtool.m4:1741: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
 
409
You should run autoupdate.])dnl
 
410
m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
 
411
m4trace:/usr/share/aclocal/libtool.m4:1852: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
 
412
if test "x$enable_dlopen" != xyes; then
 
413
  enable_dlopen=unknown
 
414
  enable_dlopen_self=unknown
 
415
  enable_dlopen_self_static=unknown
 
416
else
 
417
  lt_cv_dlopen=no
 
418
  lt_cv_dlopen_libs=
 
419
 
 
420
  case $host_os in
 
421
  beos*)
 
422
    lt_cv_dlopen="load_add_on"
 
423
    lt_cv_dlopen_libs=
 
424
    lt_cv_dlopen_self=yes
 
425
    ;;
 
426
 
 
427
  mingw* | pw32* | cegcc*)
 
428
    lt_cv_dlopen="LoadLibrary"
 
429
    lt_cv_dlopen_libs=
 
430
    ;;
 
431
 
 
432
  cygwin*)
 
433
    lt_cv_dlopen="dlopen"
 
434
    lt_cv_dlopen_libs=
 
435
    ;;
 
436
 
 
437
  darwin*)
 
438
  # if libdl is installed we need to link against it
 
439
    AC_CHECK_LIB([dl], [dlopen],
 
440
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
441
    lt_cv_dlopen="dyld"
 
442
    lt_cv_dlopen_libs=
 
443
    lt_cv_dlopen_self=yes
 
444
    ])
 
445
    ;;
 
446
 
 
447
  *)
 
448
    AC_CHECK_FUNC([shl_load],
 
449
          [lt_cv_dlopen="shl_load"],
 
450
      [AC_CHECK_LIB([dld], [shl_load],
 
451
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
 
452
        [AC_CHECK_FUNC([dlopen],
 
453
              [lt_cv_dlopen="dlopen"],
 
454
          [AC_CHECK_LIB([dl], [dlopen],
 
455
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
456
            [AC_CHECK_LIB([svld], [dlopen],
 
457
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
458
              [AC_CHECK_LIB([dld], [dld_link],
 
459
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
 
460
              ])
 
461
            ])
 
462
          ])
 
463
        ])
 
464
      ])
 
465
    ;;
 
466
  esac
 
467
 
 
468
  if test "x$lt_cv_dlopen" != xno; then
 
469
    enable_dlopen=yes
 
470
  else
 
471
    enable_dlopen=no
 
472
  fi
 
473
 
 
474
  case $lt_cv_dlopen in
 
475
  dlopen)
 
476
    save_CPPFLAGS="$CPPFLAGS"
 
477
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
478
 
 
479
    save_LDFLAGS="$LDFLAGS"
 
480
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
481
 
 
482
    save_LIBS="$LIBS"
 
483
    LIBS="$lt_cv_dlopen_libs $LIBS"
 
484
 
 
485
    AC_CACHE_CHECK([whether a program can dlopen itself],
 
486
          lt_cv_dlopen_self, [dnl
 
487
          _LT_TRY_DLOPEN_SELF(
 
488
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
489
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
490
    ])
 
491
 
 
492
    if test "x$lt_cv_dlopen_self" = xyes; then
 
493
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
494
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
495
          lt_cv_dlopen_self_static, [dnl
 
496
          _LT_TRY_DLOPEN_SELF(
 
497
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
498
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
499
      ])
 
500
    fi
 
501
 
 
502
    CPPFLAGS="$save_CPPFLAGS"
 
503
    LDFLAGS="$save_LDFLAGS"
 
504
    LIBS="$save_LIBS"
 
505
    ;;
 
506
  esac
 
507
 
 
508
  case $lt_cv_dlopen_self in
 
509
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
510
  *) enable_dlopen_self=unknown ;;
 
511
  esac
 
512
 
 
513
  case $lt_cv_dlopen_self_static in
 
514
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
515
  *) enable_dlopen_self_static=unknown ;;
 
516
  esac
 
517
fi
 
518
_LT_DECL([dlopen_support], [enable_dlopen], [0],
 
519
         [Whether dlopen is supported])
 
520
_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
 
521
         [Whether dlopen of programs is supported])
 
522
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
 
523
         [Whether dlopen of statically linked programs is supported])
 
524
])
 
525
m4trace:/usr/share/aclocal/libtool.m4:1969: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
 
526
m4trace:/usr/share/aclocal/libtool.m4:1969: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
 
527
You should run autoupdate.])dnl
 
528
m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
 
529
m4trace:/usr/share/aclocal/libtool.m4:2939: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
 
530
AC_MSG_CHECKING([for $1])
 
531
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
532
[case $MAGIC_CMD in
 
533
[[\\/*] |  ?:[\\/]*])
 
534
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
535
  ;;
 
536
*)
 
537
  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
538
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
539
dnl $ac_dummy forces splitting on constant user-supplied paths.
 
540
dnl POSIX.2 word splitting is done only on the output of word expansions,
 
541
dnl not every word.  This closes a longstanding sh security hole.
 
542
  ac_dummy="m4_if([$2], , $PATH, [$2])"
 
543
  for ac_dir in $ac_dummy; do
 
544
    IFS="$lt_save_ifs"
 
545
    test -z "$ac_dir" && ac_dir=.
 
546
    if test -f $ac_dir/$1; then
 
547
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
548
      if test -n "$file_magic_test_file"; then
 
549
        case $deplibs_check_method in
 
550
        "file_magic "*)
 
551
          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
552
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
553
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
554
            $EGREP "$file_magic_regex" > /dev/null; then
 
555
            :
 
556
          else
 
557
            cat <<_LT_EOF 1>&2
 
558
 
 
559
*** Warning: the command libtool uses to detect shared libraries,
 
560
*** $file_magic_cmd, produces output that libtool cannot recognize.
 
561
*** The result is that libtool may fail to recognize shared libraries
 
562
*** as such.  This will affect the creation of libtool libraries that
 
563
*** depend on shared libraries, but programs linked with such libtool
 
564
*** libraries will work regardless of this problem.  Nevertheless, you
 
565
*** may want to report the problem to your system manager and/or to
 
566
*** bug-libtool@gnu.org
 
567
 
 
568
_LT_EOF
 
569
          fi ;;
 
570
        esac
 
571
      fi
 
572
      break
 
573
    fi
 
574
  done
 
575
  IFS="$lt_save_ifs"
 
576
  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
577
  ;;
 
578
esac])
 
579
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
580
if test -n "$MAGIC_CMD"; then
 
581
  AC_MSG_RESULT($MAGIC_CMD)
 
582
else
 
583
  AC_MSG_RESULT(no)
 
584
fi
 
585
_LT_DECL([], [MAGIC_CMD], [0],
 
586
         [Used to examine libraries when file_magic_cmd begins with "file"])dnl
 
587
])
 
588
m4trace:/usr/share/aclocal/libtool.m4:3001: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
 
589
m4trace:/usr/share/aclocal/libtool.m4:3001: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
 
590
You should run autoupdate.])dnl
 
591
m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
 
592
m4trace:/usr/share/aclocal/libtool.m4:3024: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
 
593
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
594
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
595
m4_require([_LT_DECL_SED])dnl
 
596
m4_require([_LT_DECL_EGREP])dnl
 
597
m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
 
598
 
 
599
AC_ARG_WITH([gnu-ld],
 
600
    [AS_HELP_STRING([--with-gnu-ld],
 
601
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
602
    [test "$withval" = no || with_gnu_ld=yes],
 
603
    [with_gnu_ld=no])dnl
 
604
 
 
605
ac_prog=ld
 
606
if test "$GCC" = yes; then
 
607
  # Check if gcc -print-prog-name=ld gives a path.
 
608
  AC_MSG_CHECKING([for ld used by $CC])
 
609
  case $host in
 
610
  *-*-mingw*)
 
611
    # gcc leaves a trailing carriage return which upsets mingw
 
612
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
613
  *)
 
614
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
615
  esac
 
616
  case $ac_prog in
 
617
    # Accept absolute paths.
 
618
    [[\\/]]* | ?:[[\\/]]*)
 
619
      re_direlt='/[[^/]][[^/]]*/\.\./'
 
620
      # Canonicalize the pathname of ld
 
621
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
622
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
623
        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
 
624
      done
 
625
      test -z "$LD" && LD="$ac_prog"
 
626
      ;;
 
627
  "")
 
628
    # If it fails, then pretend we aren't using GCC.
 
629
    ac_prog=ld
 
630
    ;;
 
631
  *)
 
632
    # If it is relative, then search for the first ld in PATH.
 
633
    with_gnu_ld=unknown
 
634
    ;;
 
635
  esac
 
636
elif test "$with_gnu_ld" = yes; then
 
637
  AC_MSG_CHECKING([for GNU ld])
 
638
else
 
639
  AC_MSG_CHECKING([for non-GNU ld])
 
640
fi
 
641
AC_CACHE_VAL(lt_cv_path_LD,
 
642
[if test -z "$LD"; then
 
643
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
644
  for ac_dir in $PATH; do
 
645
    IFS="$lt_save_ifs"
 
646
    test -z "$ac_dir" && ac_dir=.
 
647
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
648
      lt_cv_path_LD="$ac_dir/$ac_prog"
 
649
      # Check to see if the program is GNU ld.  I'd rather use --version,
 
650
      # but apparently some variants of GNU ld only accept -v.
 
651
      # Break only if it was the GNU/non-GNU ld that we prefer.
 
652
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
653
      *GNU* | *'with BFD'*)
 
654
        test "$with_gnu_ld" != no && break
 
655
        ;;
 
656
      *)
 
657
        test "$with_gnu_ld" != yes && break
 
658
        ;;
 
659
      esac
 
660
    fi
 
661
  done
 
662
  IFS="$lt_save_ifs"
 
663
else
 
664
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
665
fi])
 
666
LD="$lt_cv_path_LD"
 
667
if test -n "$LD"; then
 
668
  AC_MSG_RESULT($LD)
 
669
else
 
670
  AC_MSG_RESULT(no)
 
671
fi
 
672
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
673
_LT_PATH_LD_GNU
 
674
AC_SUBST([LD])
 
675
 
 
676
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
 
677
])
 
678
m4trace:/usr/share/aclocal/libtool.m4:3113: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
679
m4trace:/usr/share/aclocal/libtool.m4:3113: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
 
680
You should run autoupdate.])dnl
 
681
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
682
m4trace:/usr/share/aclocal/libtool.m4:3114: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
683
m4trace:/usr/share/aclocal/libtool.m4:3114: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
 
684
You should run autoupdate.])dnl
 
685
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
686
m4trace:/usr/share/aclocal/libtool.m4:3404: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
 
687
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
 
688
[if test -n "$NM"; then
 
689
  # Let the user override the test.
 
690
  lt_cv_path_NM="$NM"
 
691
else
 
692
  lt_nm_to_check="${ac_tool_prefix}nm"
 
693
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
694
    lt_nm_to_check="$lt_nm_to_check nm"
 
695
  fi
 
696
  for lt_tmp_nm in $lt_nm_to_check; do
 
697
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
698
    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
699
      IFS="$lt_save_ifs"
 
700
      test -z "$ac_dir" && ac_dir=.
 
701
      tmp_nm="$ac_dir/$lt_tmp_nm"
 
702
      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
703
        # Check to see if the nm accepts a BSD-compat flag.
 
704
        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
705
        #   nm: unknown option "B" ignored
 
706
        # Tru64's nm complains that /dev/null is an invalid object file
 
707
        case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
708
        */dev/null* | *'Invalid file or object type'*)
 
709
          lt_cv_path_NM="$tmp_nm -B"
 
710
          break
 
711
          ;;
 
712
        *)
 
713
          case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
714
          */dev/null*)
 
715
            lt_cv_path_NM="$tmp_nm -p"
 
716
            break
 
717
            ;;
 
718
          *)
 
719
            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
720
            continue # so that we can try to find one that supports BSD flags
 
721
            ;;
 
722
          esac
 
723
          ;;
 
724
        esac
 
725
      fi
 
726
    done
 
727
    IFS="$lt_save_ifs"
 
728
  done
 
729
  : ${lt_cv_path_NM=no}
 
730
fi])
 
731
if test "$lt_cv_path_NM" != "no"; then
 
732
  NM="$lt_cv_path_NM"
 
733
else
 
734
  # Didn't find any BSD compatible name lister, look for dumpbin.
 
735
  if test -n "$DUMPBIN"; then :
 
736
    # Let the user override the test.
 
737
  else
 
738
    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
 
739
    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
 
740
    *COFF*)
 
741
      DUMPBIN="$DUMPBIN -symbols"
 
742
      ;;
 
743
    *)
 
744
      DUMPBIN=:
 
745
      ;;
 
746
    esac
 
747
  fi
 
748
  AC_SUBST([DUMPBIN])
 
749
  if test "$DUMPBIN" != ":"; then
 
750
    NM="$DUMPBIN"
 
751
  fi
 
752
fi
 
753
test -z "$NM" && NM=nm
 
754
AC_SUBST([NM])
 
755
_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
 
756
 
 
757
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
758
  [lt_cv_nm_interface="BSD nm"
 
759
  echo "int some_variable = 0;" > conftest.$ac_ext
 
760
  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
761
  (eval "$ac_compile" 2>conftest.err)
 
762
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
763
  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
764
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
765
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
766
  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
 
767
  cat conftest.out >&AS_MESSAGE_LOG_FD
 
768
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
769
    lt_cv_nm_interface="MS dumpbin"
 
770
  fi
 
771
  rm -f conftest*])
 
772
])
 
773
m4trace:/usr/share/aclocal/libtool.m4:3494: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
774
m4trace:/usr/share/aclocal/libtool.m4:3494: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
 
775
You should run autoupdate.])dnl
 
776
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
777
m4trace:/usr/share/aclocal/libtool.m4:3495: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
778
m4trace:/usr/share/aclocal/libtool.m4:3495: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
 
779
You should run autoupdate.])dnl
 
780
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
781
m4trace:/usr/share/aclocal/libtool.m4:3565: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
782
LIBM=
 
783
case $host in
 
784
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
 
785
  # These system don't have libm, or don't need it
 
786
  ;;
 
787
*-ncr-sysv4.3*)
 
788
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
789
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
790
  ;;
 
791
*)
 
792
  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
793
  ;;
 
794
esac
 
795
AC_SUBST([LIBM])
 
796
])
 
797
m4trace:/usr/share/aclocal/libtool.m4:3584: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
 
798
m4trace:/usr/share/aclocal/libtool.m4:3584: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
 
799
You should run autoupdate.])dnl
 
800
m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
 
801
m4trace:/usr/share/aclocal/libtool.m4:7631: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
 
802
  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
 
803
    [AC_CHECK_TOOL(GCJ, gcj,)
 
804
      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
805
      AC_SUBST(GCJFLAGS)])])[]dnl
 
806
])
 
807
m4trace:/usr/share/aclocal/libtool.m4:7640: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
 
808
m4trace:/usr/share/aclocal/libtool.m4:7640: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
 
809
You should run autoupdate.])dnl
 
810
m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
 
811
m4trace:/usr/share/aclocal/libtool.m4:7647: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
 
812
])
 
813
m4trace:/usr/share/aclocal/libtool.m4:7654: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
 
814
])
 
815
m4trace:/usr/share/aclocal/libtool.m4:7659: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
 
816
m4trace:/usr/share/aclocal/libtool.m4:7659: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
 
817
You should run autoupdate.])dnl
 
818
m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
 
819
m4trace:/usr/share/aclocal/libtool.m4:7779: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
 
820
m4trace:/usr/share/aclocal/libtool.m4:7779: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
 
821
You should run autoupdate.])dnl
 
822
m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
 
823
m4trace:/usr/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
824
m4trace:/usr/share/aclocal/ltoptions.m4:111: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
 
825
AC_DIAGNOSE([obsolete],
 
826
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
827
put the `dlopen' option into LT_INIT's first parameter.])
 
828
])
 
829
m4trace:/usr/share/aclocal/ltoptions.m4:111: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
 
830
You should run autoupdate.])dnl
 
831
_LT_SET_OPTION([LT_INIT], [dlopen])
 
832
AC_DIAGNOSE([obsolete],
 
833
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
834
put the `dlopen' option into LT_INIT's first parameter.])
 
835
])
 
836
m4trace:/usr/share/aclocal/ltoptions.m4:146: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
837
_LT_SET_OPTION([LT_INIT], [win32-dll])
 
838
AC_DIAGNOSE([obsolete],
 
839
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
840
put the `win32-dll' option into LT_INIT's first parameter.])
 
841
])
 
842
m4trace:/usr/share/aclocal/ltoptions.m4:146: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
 
843
You should run autoupdate.])dnl
 
844
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
845
_LT_SET_OPTION([LT_INIT], [win32-dll])
 
846
AC_DIAGNOSE([obsolete],
 
847
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
848
put the `win32-dll' option into LT_INIT's first parameter.])
 
849
])
 
850
m4trace:/usr/share/aclocal/ltoptions.m4:195: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
 
851
])
 
852
m4trace:/usr/share/aclocal/ltoptions.m4:199: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
 
853
])
 
854
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
855
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
 
856
You should run autoupdate.])dnl
 
857
AC_ENABLE_SHARED($@)])
 
858
m4trace:/usr/share/aclocal/ltoptions.m4:204: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
859
m4trace:/usr/share/aclocal/ltoptions.m4:204: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
 
860
You should run autoupdate.])dnl
 
861
AC_DISABLE_SHARED($@)])
 
862
m4trace:/usr/share/aclocal/ltoptions.m4:249: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
 
863
])
 
864
m4trace:/usr/share/aclocal/ltoptions.m4:253: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
 
865
])
 
866
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
867
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
 
868
You should run autoupdate.])dnl
 
869
AC_ENABLE_STATIC($@)])
 
870
m4trace:/usr/share/aclocal/ltoptions.m4:258: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
871
m4trace:/usr/share/aclocal/ltoptions.m4:258: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
 
872
You should run autoupdate.])dnl
 
873
AC_DISABLE_STATIC($@)])
 
874
m4trace:/usr/share/aclocal/ltoptions.m4:303: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
875
AC_DIAGNOSE([obsolete],
 
876
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
877
the `fast-install' option into LT_INIT's first parameter.])
 
878
])
 
879
m4trace:/usr/share/aclocal/ltoptions.m4:303: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
 
880
You should run autoupdate.])dnl
 
881
_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
882
AC_DIAGNOSE([obsolete],
 
883
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
884
the `fast-install' option into LT_INIT's first parameter.])
 
885
])
 
886
m4trace:/usr/share/aclocal/ltoptions.m4:310: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
887
AC_DIAGNOSE([obsolete],
 
888
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
889
the `disable-fast-install' option into LT_INIT's first parameter.])
 
890
])
 
891
m4trace:/usr/share/aclocal/ltoptions.m4:310: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
 
892
You should run autoupdate.])dnl
 
893
_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
894
AC_DIAGNOSE([obsolete],
 
895
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
896
the `disable-fast-install' option into LT_INIT's first parameter.])
 
897
])
 
898
m4trace:/usr/share/aclocal/ltoptions.m4:358: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
 
899
AC_DIAGNOSE([obsolete],
 
900
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
901
put the `pic-only' option into LT_INIT's first parameter.])
 
902
])
 
903
m4trace:/usr/share/aclocal/ltoptions.m4:358: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
 
904
You should run autoupdate.])dnl
 
905
_LT_SET_OPTION([LT_INIT], [pic-only])
 
906
AC_DIAGNOSE([obsolete],
 
907
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
908
put the `pic-only' option into LT_INIT's first parameter.])
 
909
])
 
910
m4trace:/usr/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
 
911
m4trace:/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2'
 
912
macro_revision='1.3337'
 
913
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
914
_LT_DECL(, macro_revision, 0)
 
915
])
 
916
m4trace:/usr/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
 
917
m4trace:/usr/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
 
918
m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
 
919
m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
 
920
m4trace:/usr/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
 
921
m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
 
922
m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
 
923
m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
 
924
m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
 
925
m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
 
926
m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
 
927
m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
 
928
m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
 
929
m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
 
930
m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
 
931
m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
 
932
m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
 
933
m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
 
934
m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
 
935
m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
 
936
m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
 
937
m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
 
938
m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
 
939
m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
 
940
m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
 
941
m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
 
942
m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
 
943
m4trace:/usr/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
 
944
m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
 
945
m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
 
946
m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
 
947
m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
 
948
m4trace:/usr/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
 
949
m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
 
950
m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
 
951
m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
 
952
m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
 
953
m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
 
954
m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
 
955
m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
 
956
m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
 
957
m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
 
958
m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
 
959
m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
 
960
m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
 
961
m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
 
962
m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
 
963
m4trace:/usr/share/aclocal/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
 
964
m4trace:/usr/share/aclocal/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_F77])
 
965
m4trace:/usr/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_FC])
 
966
m4trace:/usr/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_CXX])
 
967
m4trace:/usr/share/aclocal-1.11/amversion.m4:17: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
 
968
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
969
dnl require some minimum version.  Point them to the right macro.
 
970
m4_if([$1], [1.11.6], [],
 
971
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
972
])
 
973
m4trace:/usr/share/aclocal-1.11/amversion.m4:36: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.6])dnl
 
974
m4_ifndef([AC_AUTOCONF_VERSION],
 
975
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
976
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
977
m4trace:/usr/share/aclocal-1.11/auxdir.m4:49: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
 
978
AC_PREREQ([2.50])dnl
 
979
# expand $ac_aux_dir to an absolute path
 
980
am_aux_dir=`cd $ac_aux_dir && pwd`
 
981
])
 
982
m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
983
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
984
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
985
AC_SUBST([$1_TRUE])dnl
 
986
AC_SUBST([$1_FALSE])dnl
 
987
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
988
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
989
m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
990
if $2; then
 
991
  $1_TRUE=
 
992
  $1_FALSE='#'
 
993
else
 
994
  $1_TRUE='#'
 
995
  $1_FALSE=
 
996
fi
 
997
AC_CONFIG_COMMANDS_PRE(
 
998
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
999
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
1000
Usually this means the macro was only invoked conditionally.]])
 
1001
fi])])
 
1002
m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
1003
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
1004
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
1005
AC_REQUIRE([AM_DEP_TRACK])dnl
 
1006
 
 
1007
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
1008
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
1009
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
1010
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
1011
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
1012
                   [depcc="$$1"   am_compiler_list=])
 
1013
 
 
1014
AC_CACHE_CHECK([dependency style of $depcc],
 
1015
               [am_cv_$1_dependencies_compiler_type],
 
1016
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
1017
  # We make a subdir and do the tests there.  Otherwise we can end up
 
1018
  # making bogus files that we don't know about and never remove.  For
 
1019
  # instance it was reported that on HP-UX the gcc test will end up
 
1020
  # making a dummy file named `D' -- because `-MD' means `put the output
 
1021
  # in D'.
 
1022
  rm -rf conftest.dir
 
1023
  mkdir conftest.dir
 
1024
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
1025
  # using a relative directory.
 
1026
  cp "$am_depcomp" conftest.dir
 
1027
  cd conftest.dir
 
1028
  # We will build objects and dependencies in a subdirectory because
 
1029
  # it helps to detect inapplicable dependency modes.  For instance
 
1030
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
1031
  # side effect of compilation, but ICC will put the dependencies in
 
1032
  # the current directory while Tru64 will put them in the object
 
1033
  # directory.
 
1034
  mkdir sub
 
1035
 
 
1036
  am_cv_$1_dependencies_compiler_type=none
 
1037
  if test "$am_compiler_list" = ""; then
 
1038
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
1039
  fi
 
1040
  am__universal=false
 
1041
  m4_case([$1], [CC],
 
1042
    [case " $depcc " in #(
 
1043
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
1044
     esac],
 
1045
    [CXX],
 
1046
    [case " $depcc " in #(
 
1047
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
1048
     esac])
 
1049
 
 
1050
  for depmode in $am_compiler_list; do
 
1051
    # Setup a source with many dependencies, because some compilers
 
1052
    # like to wrap large dependency lists on column 80 (with \), and
 
1053
    # we should not choose a depcomp mode which is confused by this.
 
1054
    #
 
1055
    # We need to recreate these files for each test, as the compiler may
 
1056
    # overwrite some of them when testing with obscure command lines.
 
1057
    # This happens at least with the AIX C compiler.
 
1058
    : > sub/conftest.c
 
1059
    for i in 1 2 3 4 5 6; do
 
1060
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
1061
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
1062
      # Solaris 8's {/usr,}/bin/sh.
 
1063
      touch sub/conftst$i.h
 
1064
    done
 
1065
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
1066
 
 
1067
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
1068
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
1069
    # handle `-M -o', and we need to detect this.  Also, some Intel
 
1070
    # versions had trouble with output in subdirs
 
1071
    am__obj=sub/conftest.${OBJEXT-o}
 
1072
    am__minus_obj="-o $am__obj"
 
1073
    case $depmode in
 
1074
    gcc)
 
1075
      # This depmode causes a compiler race in universal mode.
 
1076
      test "$am__universal" = false || continue
 
1077
      ;;
 
1078
    nosideeffect)
 
1079
      # after this tag, mechanisms are not by side-effect, so they'll
 
1080
      # only be used when explicitly requested
 
1081
      if test "x$enable_dependency_tracking" = xyes; then
 
1082
        continue
 
1083
      else
 
1084
        break
 
1085
      fi
 
1086
      ;;
 
1087
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
 
1088
      # This compiler won't grok `-c -o', but also, the minuso test has
 
1089
      # not run yet.  These depmodes are late enough in the game, and
 
1090
      # so weak that their functioning should not be impacted.
 
1091
      am__obj=conftest.${OBJEXT-o}
 
1092
      am__minus_obj=
 
1093
      ;;
 
1094
    none) break ;;
 
1095
    esac
 
1096
    if depmode=$depmode \
 
1097
       source=sub/conftest.c object=$am__obj \
 
1098
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
1099
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
1100
         >/dev/null 2>conftest.err &&
 
1101
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
1102
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
1103
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
1104
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
1105
      # icc doesn't choke on unknown options, it will just issue warnings
 
1106
      # or remarks (even with -Werror).  So we grep stderr for any message
 
1107
      # that says an option was ignored or not supported.
 
1108
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
1109
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
1110
      # The diagnosis changed in icc 8.0:
 
1111
      #   icc: Command line remark: option '-MP' not supported
 
1112
      if (grep 'ignoring option' conftest.err ||
 
1113
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
1114
        am_cv_$1_dependencies_compiler_type=$depmode
 
1115
        break
 
1116
      fi
 
1117
    fi
 
1118
  done
 
1119
 
 
1120
  cd ..
 
1121
  rm -rf conftest.dir
 
1122
else
 
1123
  am_cv_$1_dependencies_compiler_type=none
 
1124
fi
 
1125
])
 
1126
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
1127
AM_CONDITIONAL([am__fastdep$1], [
 
1128
  test "x$enable_dependency_tracking" != xno \
 
1129
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
1130
])
 
1131
m4trace:/usr/share/aclocal-1.11/depend.m4:164: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
1132
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
1133
])
 
1134
m4trace:/usr/share/aclocal-1.11/depend.m4:172: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
1135
[  --disable-dependency-tracking  speeds up one-time build
 
1136
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
1137
if test "x$enable_dependency_tracking" != xno; then
 
1138
  am_depcomp="$ac_aux_dir/depcomp"
 
1139
  AMDEPBACKSLASH='\'
 
1140
  am__nodep='_no'
 
1141
fi
 
1142
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
1143
AC_SUBST([AMDEPBACKSLASH])dnl
 
1144
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
1145
AC_SUBST([am__nodep])dnl
 
1146
_AM_SUBST_NOTMAKE([am__nodep])dnl
 
1147
])
 
1148
m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
 
1149
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
1150
  # are listed without --file.  Let's play safe and only enable the eval
 
1151
  # if we detect the quoting.
 
1152
  case $CONFIG_FILES in
 
1153
  *\'*) eval set x "$CONFIG_FILES" ;;
 
1154
  *)   set x $CONFIG_FILES ;;
 
1155
  esac
 
1156
  shift
 
1157
  for mf
 
1158
  do
 
1159
    # Strip MF so we end up with the name of the file.
 
1160
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
1161
    # Check whether this is an Automake generated Makefile or not.
 
1162
    # We used to match only the files named `Makefile.in', but
 
1163
    # some people rename them; so instead we look at the file content.
 
1164
    # Grep'ing the first line is not enough: some people post-process
 
1165
    # each Makefile.in and add a new line on top of each file to say so.
 
1166
    # Grep'ing the whole file is not good either: AIX grep has a line
 
1167
    # limit of 2048, but all sed's we know have understand at least 4000.
 
1168
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
1169
      dirpart=`AS_DIRNAME("$mf")`
 
1170
    else
 
1171
      continue
 
1172
    fi
 
1173
    # Extract the definition of DEPDIR, am__include, and am__quote
 
1174
    # from the Makefile without running `make'.
 
1175
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
1176
    test -z "$DEPDIR" && continue
 
1177
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
1178
    test -z "am__include" && continue
 
1179
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
1180
    # When using ansi2knr, U may be empty or an underscore; expand it
 
1181
    U=`sed -n 's/^U = //p' < "$mf"`
 
1182
    # Find all dependency output files, they are included files with
 
1183
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
1184
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
1185
    # expansion.
 
1186
    for file in `sed -n "
 
1187
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
1188
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
1189
      # Make sure the directory exists.
 
1190
      test -f "$dirpart/$file" && continue
 
1191
      fdir=`AS_DIRNAME(["$file"])`
 
1192
      AS_MKDIR_P([$dirpart/$fdir])
 
1193
      # echo "creating $dirpart/$file"
 
1194
      echo '# dummy' > "$dirpart/$file"
 
1195
    done
 
1196
  done
 
1197
}
 
1198
])
 
1199
m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
1200
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
1201
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
1202
])
 
1203
m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
 
1204
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
1205
dnl the ones we care about.
 
1206
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
1207
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
1208
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
1209
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
1210
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
1211
  # is not polluted with repeated "-I."
 
1212
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
1213
  # test to see if srcdir already configured
 
1214
  if test -f $srcdir/config.status; then
 
1215
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
1216
  fi
 
1217
fi
 
1218
 
 
1219
# test whether we have cygpath
 
1220
if test -z "$CYGPATH_W"; then
 
1221
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
1222
    CYGPATH_W='cygpath -w'
 
1223
  else
 
1224
    CYGPATH_W=echo
 
1225
  fi
 
1226
fi
 
1227
AC_SUBST([CYGPATH_W])
 
1228
 
 
1229
# Define the identity of the package.
 
1230
dnl Distinguish between old-style and new-style calls.
 
1231
m4_ifval([$2],
 
1232
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
1233
 AC_SUBST([PACKAGE], [$1])dnl
 
1234
 AC_SUBST([VERSION], [$2])],
 
1235
[_AM_SET_OPTIONS([$1])dnl
 
1236
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
1237
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
1238
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
1239
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
1240
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
1241
 
 
1242
_AM_IF_OPTION([no-define],,
 
1243
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
1244
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
1245
 
 
1246
# Some tools Automake needs.
 
1247
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
1248
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
1249
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
1250
AM_MISSING_PROG(AUTOCONF, autoconf)
 
1251
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
1252
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
1253
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
1254
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
1255
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
1256
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
1257
# We need awk for the "check" target.  The system "awk" is bad on
 
1258
# some platforms.
 
1259
AC_REQUIRE([AC_PROG_AWK])dnl
 
1260
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
1261
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
1262
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
1263
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
1264
                             [_AM_PROG_TAR([v7])])])
 
1265
_AM_IF_OPTION([no-dependencies],,
 
1266
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
1267
                  [_AM_DEPENDENCIES(CC)],
 
1268
                  [define([AC_PROG_CC],
 
1269
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
1270
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
1271
                  [_AM_DEPENDENCIES(CXX)],
 
1272
                  [define([AC_PROG_CXX],
 
1273
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
1274
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
1275
                  [_AM_DEPENDENCIES(OBJC)],
 
1276
                  [define([AC_PROG_OBJC],
 
1277
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
1278
])
 
1279
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
1280
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
1281
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
1282
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
1283
AC_CONFIG_COMMANDS_PRE(dnl
 
1284
[m4_provide_if([_AM_COMPILER_EXEEXT],
 
1285
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
1286
])
 
1287
m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
1288
_am_arg=$1
 
1289
_am_stamp_count=1
 
1290
for _am_header in $config_headers :; do
 
1291
  case $_am_header in
 
1292
    $_am_arg | $_am_arg:* )
 
1293
      break ;;
 
1294
    * )
 
1295
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
1296
  esac
 
1297
done
 
1298
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
1299
m4trace:/usr/share/aclocal-1.11/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1300
if test x"${install_sh}" != xset; then
 
1301
  case $am_aux_dir in
 
1302
  *\ * | *\     *)
 
1303
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
1304
  *)
 
1305
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
1306
  esac
 
1307
fi
 
1308
AC_SUBST(install_sh)])
 
1309
m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
1310
mkdir .tst 2>/dev/null
 
1311
if test -d .tst; then
 
1312
  am__leading_dot=.
 
1313
else
 
1314
  am__leading_dot=_
 
1315
fi
 
1316
rmdir .tst 2>/dev/null
 
1317
AC_SUBST([am__leading_dot])])
 
1318
m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
1319
cat > confinc << 'END'
 
1320
am__doit:
 
1321
        @echo this is the am__doit target
 
1322
.PHONY: am__doit
 
1323
END
 
1324
# If we don't find an include directive, just comment out the code.
 
1325
AC_MSG_CHECKING([for style of include used by $am_make])
 
1326
am__include="#"
 
1327
am__quote=
 
1328
_am_result=none
 
1329
# First try GNU make style include.
 
1330
echo "include confinc" > confmf
 
1331
# Ignore all kinds of additional output from `make'.
 
1332
case `$am_make -s -f confmf 2> /dev/null` in #(
 
1333
*the\ am__doit\ target*)
 
1334
  am__include=include
 
1335
  am__quote=
 
1336
  _am_result=GNU
 
1337
  ;;
 
1338
esac
 
1339
# Now try BSD make style include.
 
1340
if test "$am__include" = "#"; then
 
1341
   echo '.include "confinc"' > confmf
 
1342
   case `$am_make -s -f confmf 2> /dev/null` in #(
 
1343
   *the\ am__doit\ target*)
 
1344
     am__include=.include
 
1345
     am__quote="\""
 
1346
     _am_result=BSD
 
1347
     ;;
 
1348
   esac
 
1349
fi
 
1350
AC_SUBST([am__include])
 
1351
AC_SUBST([am__quote])
 
1352
AC_MSG_RESULT([$_am_result])
 
1353
rm -f confinc confmf
 
1354
])
 
1355
m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
1356
$1=${$1-"${am_missing_run}$2"}
 
1357
AC_SUBST($1)])
 
1358
m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1359
AC_REQUIRE_AUX_FILE([missing])dnl
 
1360
if test x"${MISSING+set}" != xset; then
 
1361
  case $am_aux_dir in
 
1362
  *\ * | *\     *)
 
1363
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
1364
  *)
 
1365
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
1366
  esac
 
1367
fi
 
1368
# Use eval to expand $SHELL
 
1369
if eval "$MISSING --run true"; then
 
1370
  am_missing_run="$MISSING --run "
 
1371
else
 
1372
  am_missing_run=
 
1373
  AC_MSG_WARN([`missing' script is too old or missing])
 
1374
fi
 
1375
])
 
1376
m4trace:/usr/share/aclocal-1.11/mkdirp.m4:14: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
 
1377
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
1378
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
1379
dnl while keeping a definition of mkdir_p for backward compatibility.
 
1380
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
1381
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
1382
dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
1383
dnl adjustment using top_builddir (which is defined more often than
 
1384
dnl MKDIR_P).
 
1385
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
1386
case $mkdir_p in
 
1387
  [[\\/$]]* | ?:[[\\/]]*) ;;
 
1388
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
1389
esac
 
1390
])
 
1391
m4trace:/usr/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
1392
m4trace:/usr/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
1393
m4trace:/usr/share/aclocal-1.11/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
1394
m4trace:/usr/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
1395
m4trace:/usr/share/aclocal-1.11/runlog.m4:14: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
1396
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
1397
   ac_status=$?
 
1398
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
1399
   (exit $ac_status); }])
 
1400
m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
1401
# Just in case
 
1402
sleep 1
 
1403
echo timestamp > conftest.file
 
1404
# Reject unsafe characters in $srcdir or the absolute working directory
 
1405
# name.  Accept space and tab only in the latter.
 
1406
am_lf='
 
1407
'
 
1408
case `pwd` in
 
1409
  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
1410
    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
1411
esac
 
1412
case $srcdir in
 
1413
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
 
1414
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
1415
esac
 
1416
 
 
1417
# Do `set' in a subshell so we don't clobber the current shell's
 
1418
# arguments.  Must try -L first in case configure is actually a
 
1419
# symlink; some systems play weird games with the mod time of symlinks
 
1420
# (eg FreeBSD returns the mod time of the symlink's containing
 
1421
# directory).
 
1422
if (
 
1423
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
1424
   if test "$[*]" = "X"; then
 
1425
      # -L didn't work.
 
1426
      set X `ls -t "$srcdir/configure" conftest.file`
 
1427
   fi
 
1428
   rm -f conftest.file
 
1429
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
1430
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
1431
 
 
1432
      # If neither matched, then we have a broken ls.  This can happen
 
1433
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1434
      # broken ls alias from the environment.  This has actually
 
1435
      # happened.  Such a system could not be considered "sane".
 
1436
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
1437
alias in your environment])
 
1438
   fi
 
1439
 
 
1440
   test "$[2]" = conftest.file
 
1441
   )
 
1442
then
 
1443
   # Ok.
 
1444
   :
 
1445
else
 
1446
   AC_MSG_ERROR([newly created file is older than distributed files!
 
1447
Check your system clock])
 
1448
fi
 
1449
AC_MSG_RESULT(yes)])
 
1450
m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
 
1451
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
1452
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
1453
case $enable_silent_rules in
 
1454
yes) AM_DEFAULT_VERBOSITY=0;;
 
1455
no)  AM_DEFAULT_VERBOSITY=1;;
 
1456
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
1457
esac
 
1458
dnl
 
1459
dnl A few `make' implementations (e.g., NonStop OS and NextStep)
 
1460
dnl do not support nested variable expansions.
 
1461
dnl See automake bug#9928 and bug#10237.
 
1462
am_make=${MAKE-make}
 
1463
AC_CACHE_CHECK([whether $am_make supports nested variables],
 
1464
   [am_cv_make_support_nested_variables],
 
1465
   [if AS_ECHO([['TRUE=$(BAR$(V))
 
1466
BAR0=false
 
1467
BAR1=true
 
1468
V=1
 
1469
am__doit:
 
1470
        @$(TRUE)
 
1471
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
 
1472
  am_cv_make_support_nested_variables=yes
 
1473
else
 
1474
  am_cv_make_support_nested_variables=no
 
1475
fi])
 
1476
if test $am_cv_make_support_nested_variables = yes; then
 
1477
  dnl Using `$V' instead of `$(V)' breaks IRIX make.
 
1478
  AM_V='$(V)'
 
1479
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
1480
else
 
1481
  AM_V=$AM_DEFAULT_VERBOSITY
 
1482
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
1483
fi
 
1484
AC_SUBST([AM_V])dnl
 
1485
AM_SUBST_NOTMAKE([AM_V])dnl
 
1486
AC_SUBST([AM_DEFAULT_V])dnl
 
1487
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
 
1488
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
1489
AM_BACKSLASH='\'
 
1490
AC_SUBST([AM_BACKSLASH])dnl
 
1491
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
1492
])
 
1493
m4trace:/usr/share/aclocal-1.11/strip.m4:19: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
1494
# Installed binaries are usually stripped using `strip' when the user
 
1495
# run `make install-strip'.  However `strip' might not be the right
 
1496
# tool to use in cross-compilation environments, therefore Automake
 
1497
# will honor the `STRIP' environment variable to overrule this program.
 
1498
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
1499
if test "$cross_compiling" != no; then
 
1500
  AC_CHECK_TOOL([STRIP], [strip], :)
 
1501
fi
 
1502
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
1503
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
1504
m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
 
1505
m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
1506
m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
 
1507
# in the wild :-(  We should find a proper way to deprecate it ...
 
1508
AC_SUBST([AMTAR], ['$${TAR-tar}'])
 
1509
m4_if([$1], [v7],
 
1510
     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
 
1511
     [m4_case([$1], [ustar],, [pax],,
 
1512
              [m4_fatal([Unknown tar format])])
 
1513
AC_MSG_CHECKING([how to create a $1 tar archive])
 
1514
# Loop over all known methods to create a tar archive until one works.
 
1515
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
1516
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
1517
# Do not fold the above two line into one, because Tru64 sh and
 
1518
# Solaris sh will not grok spaces in the rhs of `-'.
 
1519
for _am_tool in $_am_tools
 
1520
do
 
1521
  case $_am_tool in
 
1522
  gnutar)
 
1523
    for _am_tar in tar gnutar gtar;
 
1524
    do
 
1525
      AM_RUN_LOG([$_am_tar --version]) && break
 
1526
    done
 
1527
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
1528
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
1529
    am__untar="$_am_tar -xf -"
 
1530
    ;;
 
1531
  plaintar)
 
1532
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
1533
    # ustar tarball either.
 
1534
    (tar --version) >/dev/null 2>&1 && continue
 
1535
    am__tar='tar chf - "$$tardir"'
 
1536
    am__tar_='tar chf - "$tardir"'
 
1537
    am__untar='tar xf -'
 
1538
    ;;
 
1539
  pax)
 
1540
    am__tar='pax -L -x $1 -w "$$tardir"'
 
1541
    am__tar_='pax -L -x $1 -w "$tardir"'
 
1542
    am__untar='pax -r'
 
1543
    ;;
 
1544
  cpio)
 
1545
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
1546
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
1547
    am__untar='cpio -i -H $1 -d'
 
1548
    ;;
 
1549
  none)
 
1550
    am__tar=false
 
1551
    am__tar_=false
 
1552
    am__untar=false
 
1553
    ;;
 
1554
  esac
 
1555
 
 
1556
  # If the value was cached, stop now.  We just wanted to have am__tar
 
1557
  # and am__untar set.
 
1558
  test -n "${am_cv_prog_tar_$1}" && break
 
1559
 
 
1560
  # tar/untar a dummy directory, and stop if the command works
 
1561
  rm -rf conftest.dir
 
1562
  mkdir conftest.dir
 
1563
  echo GrepMe > conftest.dir/file
 
1564
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
1565
  rm -rf conftest.dir
 
1566
  if test -s conftest.tar; then
 
1567
    AM_RUN_LOG([$am__untar <conftest.tar])
 
1568
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
1569
  fi
 
1570
done
 
1571
rm -rf conftest.dir
 
1572
 
 
1573
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
1574
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
1575
AC_SUBST([am__tar])
 
1576
AC_SUBST([am__untar])
 
1577
])
 
1578
m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?A[CHUM]_])
 
1579
m4trace:configure.ac:20: -1- m4_pattern_forbid([_AC_])
 
1580
m4trace:configure.ac:20: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
 
1581
m4trace:configure.ac:20: -1- m4_pattern_allow([^AS_FLAGS$])
 
1582
m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?m4_])
 
1583
m4trace:configure.ac:20: -1- m4_pattern_forbid([^dnl$])
 
1584
m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?AS_])
 
1585
m4trace:configure.ac:20: -1- m4_pattern_allow([^SHELL$])
 
1586
m4trace:configure.ac:20: -1- m4_pattern_allow([^PATH_SEPARATOR$])
 
1587
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
1588
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
1589
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
1590
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
1591
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
1592
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_URL$])
 
1593
m4trace:configure.ac:20: -1- m4_pattern_allow([^exec_prefix$])
 
1594
m4trace:configure.ac:20: -1- m4_pattern_allow([^prefix$])
 
1595
m4trace:configure.ac:20: -1- m4_pattern_allow([^program_transform_name$])
 
1596
m4trace:configure.ac:20: -1- m4_pattern_allow([^bindir$])
 
1597
m4trace:configure.ac:20: -1- m4_pattern_allow([^sbindir$])
 
1598
m4trace:configure.ac:20: -1- m4_pattern_allow([^libexecdir$])
 
1599
m4trace:configure.ac:20: -1- m4_pattern_allow([^datarootdir$])
 
1600
m4trace:configure.ac:20: -1- m4_pattern_allow([^datadir$])
 
1601
m4trace:configure.ac:20: -1- m4_pattern_allow([^sysconfdir$])
 
1602
m4trace:configure.ac:20: -1- m4_pattern_allow([^sharedstatedir$])
 
1603
m4trace:configure.ac:20: -1- m4_pattern_allow([^localstatedir$])
 
1604
m4trace:configure.ac:20: -1- m4_pattern_allow([^includedir$])
 
1605
m4trace:configure.ac:20: -1- m4_pattern_allow([^oldincludedir$])
 
1606
m4trace:configure.ac:20: -1- m4_pattern_allow([^docdir$])
 
1607
m4trace:configure.ac:20: -1- m4_pattern_allow([^infodir$])
 
1608
m4trace:configure.ac:20: -1- m4_pattern_allow([^htmldir$])
 
1609
m4trace:configure.ac:20: -1- m4_pattern_allow([^dvidir$])
 
1610
m4trace:configure.ac:20: -1- m4_pattern_allow([^pdfdir$])
 
1611
m4trace:configure.ac:20: -1- m4_pattern_allow([^psdir$])
 
1612
m4trace:configure.ac:20: -1- m4_pattern_allow([^libdir$])
 
1613
m4trace:configure.ac:20: -1- m4_pattern_allow([^localedir$])
 
1614
m4trace:configure.ac:20: -1- m4_pattern_allow([^mandir$])
 
1615
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
1616
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
1617
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
1618
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
1619
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
1620
m4trace:configure.ac:20: -1- m4_pattern_allow([^PACKAGE_URL$])
 
1621
m4trace:configure.ac:20: -1- m4_pattern_allow([^DEFS$])
 
1622
m4trace:configure.ac:20: -1- m4_pattern_allow([^ECHO_C$])
 
1623
m4trace:configure.ac:20: -1- m4_pattern_allow([^ECHO_N$])
 
1624
m4trace:configure.ac:20: -1- m4_pattern_allow([^ECHO_T$])
 
1625
m4trace:configure.ac:20: -1- m4_pattern_allow([^LIBS$])
 
1626
m4trace:configure.ac:20: -1- m4_pattern_allow([^build_alias$])
 
1627
m4trace:configure.ac:20: -1- m4_pattern_allow([^host_alias$])
 
1628
m4trace:configure.ac:20: -1- m4_pattern_allow([^target_alias$])
 
1629
m4trace:configure.ac:22: -1- AM_INIT_AUTOMAKE([1.6])
 
1630
m4trace:configure.ac:22: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
1631
m4trace:configure.ac:22: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
1632
m4trace:configure.ac:22: -1- AM_AUTOMAKE_VERSION([1.11.6])
 
1633
m4trace:configure.ac:22: -1- _AM_AUTOCONF_VERSION([2.69])
 
1634
m4trace:configure.ac:22: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
1635
m4trace:configure.ac:22: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
1636
m4trace:configure.ac:22: -1- m4_pattern_allow([^INSTALL_DATA$])
 
1637
m4trace:configure.ac:22: -1- m4_pattern_allow([^am__isrc$])
 
1638
m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([am__isrc])
 
1639
m4trace:configure.ac:22: -1- m4_pattern_allow([^CYGPATH_W$])
 
1640
m4trace:configure.ac:22: -1- _AM_SET_OPTIONS([1.6])
 
1641
m4trace:configure.ac:22: -1- _AM_SET_OPTION([1.6])
 
1642
m4trace:configure.ac:22: -2- _AM_MANGLE_OPTION([1.6])
 
1643
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE$])
 
1644
m4trace:configure.ac:22: -1- m4_pattern_allow([^VERSION$])
 
1645
m4trace:configure.ac:22: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
1646
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
1647
m4trace:configure.ac:22: -2- _AM_MANGLE_OPTION([no-define])
 
1648
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE$])
 
1649
m4trace:configure.ac:22: -1- m4_pattern_allow([^VERSION$])
 
1650
m4trace:configure.ac:22: -1- AM_SANITY_CHECK
 
1651
m4trace:configure.ac:22: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
1652
m4trace:configure.ac:22: -1- AM_MISSING_HAS_RUN
 
1653
m4trace:configure.ac:22: -1- AM_AUX_DIR_EXPAND
 
1654
m4trace:configure.ac:22: -1- m4_pattern_allow([^ACLOCAL$])
 
1655
m4trace:configure.ac:22: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
1656
m4trace:configure.ac:22: -1- m4_pattern_allow([^AUTOCONF$])
 
1657
m4trace:configure.ac:22: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
1658
m4trace:configure.ac:22: -1- m4_pattern_allow([^AUTOMAKE$])
 
1659
m4trace:configure.ac:22: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
1660
m4trace:configure.ac:22: -1- m4_pattern_allow([^AUTOHEADER$])
 
1661
m4trace:configure.ac:22: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
1662
m4trace:configure.ac:22: -1- m4_pattern_allow([^MAKEINFO$])
 
1663
m4trace:configure.ac:22: -1- AM_PROG_INSTALL_SH
 
1664
m4trace:configure.ac:22: -1- m4_pattern_allow([^install_sh$])
 
1665
m4trace:configure.ac:22: -1- AM_PROG_INSTALL_STRIP
 
1666
m4trace:configure.ac:22: -1- m4_pattern_allow([^STRIP$])
 
1667
m4trace:configure.ac:22: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
 
1668
m4trace:configure.ac:22: -1- AM_PROG_MKDIR_P
 
1669
m4trace:configure.ac:22: -1- m4_pattern_allow([^MKDIR_P$])
 
1670
m4trace:configure.ac:22: -1- m4_pattern_allow([^mkdir_p$])
 
1671
m4trace:configure.ac:22: -1- m4_pattern_allow([^AWK$])
 
1672
m4trace:configure.ac:22: -1- m4_pattern_allow([^SET_MAKE$])
 
1673
m4trace:configure.ac:22: -1- AM_SET_LEADING_DOT
 
1674
m4trace:configure.ac:22: -1- m4_pattern_allow([^am__leading_dot$])
 
1675
m4trace:configure.ac:22: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
1676
                             [_AM_PROG_TAR([v7])])])
 
1677
m4trace:configure.ac:22: -2- _AM_MANGLE_OPTION([tar-ustar])
 
1678
m4trace:configure.ac:22: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
1679
m4trace:configure.ac:22: -2- _AM_MANGLE_OPTION([tar-pax])
 
1680
m4trace:configure.ac:22: -1- _AM_PROG_TAR([v7])
 
1681
m4trace:configure.ac:22: -1- m4_pattern_allow([^AMTAR$])
 
1682
m4trace:configure.ac:22: -1- m4_pattern_allow([^am__tar$])
 
1683
m4trace:configure.ac:22: -1- m4_pattern_allow([^am__untar$])
 
1684
m4trace:configure.ac:22: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
1685
                  [_AM_DEPENDENCIES(CC)],
 
1686
                  [define([AC_PROG_CC],
 
1687
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
1688
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
1689
                  [_AM_DEPENDENCIES(CXX)],
 
1690
                  [define([AC_PROG_CXX],
 
1691
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
1692
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
1693
                  [_AM_DEPENDENCIES(OBJC)],
 
1694
                  [define([AC_PROG_OBJC],
 
1695
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
1696
])
 
1697
m4trace:configure.ac:22: -2- _AM_MANGLE_OPTION([no-dependencies])
 
1698
m4trace:configure.ac:22: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
 
1699
m4trace:configure.ac:22: -2- _AM_MANGLE_OPTION([silent-rules])
 
1700
m4trace:configure.ac:26: -1- m4_pattern_allow([^build$])
 
1701
m4trace:configure.ac:26: -1- m4_pattern_allow([^build_cpu$])
 
1702
m4trace:configure.ac:26: -1- m4_pattern_allow([^build_vendor$])
 
1703
m4trace:configure.ac:26: -1- m4_pattern_allow([^build_os$])
 
1704
m4trace:configure.ac:26: -1- m4_pattern_allow([^host$])
 
1705
m4trace:configure.ac:26: -1- m4_pattern_allow([^host_cpu$])
 
1706
m4trace:configure.ac:26: -1- m4_pattern_allow([^host_vendor$])
 
1707
m4trace:configure.ac:26: -1- m4_pattern_allow([^host_os$])
 
1708
m4trace:configure.ac:33: -1- m4_pattern_allow([^DVDREAD_MAJOR$])
 
1709
m4trace:configure.ac:34: -1- m4_pattern_allow([^DVDREAD_MINOR$])
 
1710
m4trace:configure.ac:35: -1- m4_pattern_allow([^DVDREAD_SUB$])
 
1711
m4trace:configure.ac:66: -1- m4_pattern_allow([^DVDREAD_LT_CURRENT$])
 
1712
m4trace:configure.ac:67: -1- m4_pattern_allow([^DVDREAD_LT_AGE$])
 
1713
m4trace:configure.ac:68: -1- m4_pattern_allow([^DVDREAD_LT_REVISION$])
 
1714
m4trace:configure.ac:86: -1- _m4_warn([obsolete], [The macro `AC_ISC_POSIX' is obsolete.
 
1715
You should run autoupdate.], [../../lib/autoconf/specific.m4:446: AC_ISC_POSIX is expanded from...
 
1716
configure.ac:86: the top level])
 
1717
m4trace:configure.ac:86: -1- m4_pattern_allow([^CC$])
 
1718
m4trace:configure.ac:86: -1- m4_pattern_allow([^CFLAGS$])
 
1719
m4trace:configure.ac:86: -1- m4_pattern_allow([^LDFLAGS$])
 
1720
m4trace:configure.ac:86: -1- m4_pattern_allow([^LIBS$])
 
1721
m4trace:configure.ac:86: -1- m4_pattern_allow([^CPPFLAGS$])
 
1722
m4trace:configure.ac:86: -1- m4_pattern_allow([^CC$])
 
1723
m4trace:configure.ac:86: -1- m4_pattern_allow([^CC$])
 
1724
m4trace:configure.ac:86: -1- m4_pattern_allow([^CC$])
 
1725
m4trace:configure.ac:86: -1- m4_pattern_allow([^CC$])
 
1726
m4trace:configure.ac:86: -1- m4_pattern_allow([^ac_ct_CC$])
 
1727
m4trace:configure.ac:86: -1- m4_pattern_allow([^EXEEXT$])
 
1728
m4trace:configure.ac:86: -1- m4_pattern_allow([^OBJEXT$])
 
1729
m4trace:configure.ac:86: -1- _AM_DEPENDENCIES([CC])
 
1730
m4trace:configure.ac:86: -1- AM_SET_DEPDIR
 
1731
m4trace:configure.ac:86: -1- m4_pattern_allow([^DEPDIR$])
 
1732
m4trace:configure.ac:86: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
1733
m4trace:configure.ac:86: -1- AM_MAKE_INCLUDE
 
1734
m4trace:configure.ac:86: -1- m4_pattern_allow([^am__include$])
 
1735
m4trace:configure.ac:86: -1- m4_pattern_allow([^am__quote$])
 
1736
m4trace:configure.ac:86: -1- AM_DEP_TRACK
 
1737
m4trace:configure.ac:86: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
1738
m4trace:configure.ac:86: -1- m4_pattern_allow([^AMDEP_TRUE$])
 
1739
m4trace:configure.ac:86: -1- m4_pattern_allow([^AMDEP_FALSE$])
 
1740
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
 
1741
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
 
1742
m4trace:configure.ac:86: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
 
1743
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
 
1744
m4trace:configure.ac:86: -1- m4_pattern_allow([^am__nodep$])
 
1745
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([am__nodep])
 
1746
m4trace:configure.ac:86: -1- m4_pattern_allow([^CCDEPMODE$])
 
1747
m4trace:configure.ac:86: -1- AM_CONDITIONAL([am__fastdepCC], [
 
1748
  test "x$enable_dependency_tracking" != xno \
 
1749
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
1750
m4trace:configure.ac:86: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
1751
m4trace:configure.ac:86: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
1752
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
1753
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
1754
m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$])
 
1755
m4trace:configure.ac:88: -1- m4_pattern_allow([^CFLAGS$])
 
1756
m4trace:configure.ac:88: -1- m4_pattern_allow([^LDFLAGS$])
 
1757
m4trace:configure.ac:88: -1- m4_pattern_allow([^LIBS$])
 
1758
m4trace:configure.ac:88: -1- m4_pattern_allow([^CPPFLAGS$])
 
1759
m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$])
 
1760
m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$])
 
1761
m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$])
 
1762
m4trace:configure.ac:88: -1- m4_pattern_allow([^CC$])
 
1763
m4trace:configure.ac:88: -1- m4_pattern_allow([^ac_ct_CC$])
 
1764
m4trace:configure.ac:88: -1- _AM_DEPENDENCIES([CC])
 
1765
m4trace:configure.ac:88: -1- m4_pattern_allow([^CCDEPMODE$])
 
1766
m4trace:configure.ac:88: -1- AM_CONDITIONAL([am__fastdepCC], [
 
1767
  test "x$enable_dependency_tracking" != xno \
 
1768
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
1769
m4trace:configure.ac:88: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
1770
m4trace:configure.ac:88: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
1771
m4trace:configure.ac:88: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
1772
m4trace:configure.ac:88: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
1773
m4trace:configure.ac:89: -1- m4_pattern_allow([^SET_MAKE$])
 
1774
m4trace:configure.ac:91: -1- m4_pattern_allow([^LN_S$])
 
1775
m4trace:configure.ac:98: -1- AC_LIBTOOL_DLOPEN
 
1776
m4trace:configure.ac:98: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
 
1777
You should run autoupdate.], [/usr/share/aclocal/ltoptions.m4:111: AC_LIBTOOL_DLOPEN is expanded from...
 
1778
configure.ac:98: the top level])
 
1779
m4trace:configure.ac:98: -1- _m4_warn([obsolete], [AC_LIBTOOL_DLOPEN: Remove this warning and the call to _LT_SET_OPTION when you
 
1780
put the `dlopen' option into LT_INIT's first parameter.], [/usr/share/aclocal/ltoptions.m4:111: AC_LIBTOOL_DLOPEN is expanded from...
 
1781
configure.ac:98: the top level])
 
1782
m4trace:configure.ac:99: -1- AC_DISABLE_STATIC
 
1783
m4trace:configure.ac:100: -1- AC_PROG_LIBTOOL
 
1784
m4trace:configure.ac:100: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
 
1785
You should run autoupdate.], [/usr/share/aclocal/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
 
1786
configure.ac:100: the top level])
 
1787
m4trace:configure.ac:100: -1- LT_INIT
 
1788
m4trace:configure.ac:100: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
 
1789
m4trace:configure.ac:100: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
 
1790
m4trace:configure.ac:100: -1- LTOPTIONS_VERSION
 
1791
m4trace:configure.ac:100: -1- LTSUGAR_VERSION
 
1792
m4trace:configure.ac:100: -1- LTVERSION_VERSION
 
1793
m4trace:configure.ac:100: -1- LTOBSOLETE_VERSION
 
1794
m4trace:configure.ac:100: -1- _LT_PROG_LTMAIN
 
1795
m4trace:configure.ac:100: -1- m4_pattern_allow([^LIBTOOL$])
 
1796
m4trace:configure.ac:100: -1- _LT_PREPARE_SED_QUOTE_VARS
 
1797
m4trace:configure.ac:100: -1- _LT_PROG_ECHO_BACKSLASH
 
1798
m4trace:configure.ac:100: -1- LT_PATH_LD
 
1799
m4trace:configure.ac:100: -1- m4_pattern_allow([^SED$])
 
1800
m4trace:configure.ac:100: -1- AC_PROG_EGREP
 
1801
m4trace:configure.ac:100: -1- m4_pattern_allow([^GREP$])
 
1802
m4trace:configure.ac:100: -1- m4_pattern_allow([^EGREP$])
 
1803
m4trace:configure.ac:100: -1- m4_pattern_allow([^FGREP$])
 
1804
m4trace:configure.ac:100: -1- m4_pattern_allow([^GREP$])
 
1805
m4trace:configure.ac:100: -1- m4_pattern_allow([^LD$])
 
1806
m4trace:configure.ac:100: -1- LT_PATH_NM
 
1807
m4trace:configure.ac:100: -1- m4_pattern_allow([^DUMPBIN$])
 
1808
m4trace:configure.ac:100: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
 
1809
m4trace:configure.ac:100: -1- m4_pattern_allow([^DUMPBIN$])
 
1810
m4trace:configure.ac:100: -1- m4_pattern_allow([^NM$])
 
1811
m4trace:configure.ac:100: -1- LT_CMD_MAX_LEN
 
1812
m4trace:configure.ac:100: -1- m4_pattern_allow([^OBJDUMP$])
 
1813
m4trace:configure.ac:100: -1- m4_pattern_allow([^OBJDUMP$])
 
1814
m4trace:configure.ac:100: -1- m4_pattern_allow([^DLLTOOL$])
 
1815
m4trace:configure.ac:100: -1- m4_pattern_allow([^DLLTOOL$])
 
1816
m4trace:configure.ac:100: -1- m4_pattern_allow([^AR$])
 
1817
m4trace:configure.ac:100: -1- m4_pattern_allow([^ac_ct_AR$])
 
1818
m4trace:configure.ac:100: -1- m4_pattern_allow([^STRIP$])
 
1819
m4trace:configure.ac:100: -1- m4_pattern_allow([^RANLIB$])
 
1820
m4trace:configure.ac:100: -1- _LT_WITH_SYSROOT
 
1821
m4trace:configure.ac:100: -1- m4_pattern_allow([LT_OBJDIR])
 
1822
m4trace:configure.ac:100: -1- m4_pattern_allow([^LT_OBJDIR$])
 
1823
m4trace:configure.ac:100: -1- _LT_CC_BASENAME([$compiler])
 
1824
m4trace:configure.ac:100: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
 
1825
m4trace:configure.ac:100: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
 
1826
m4trace:configure.ac:100: -1- LT_SUPPORTED_TAG([CC])
 
1827
m4trace:configure.ac:100: -1- _LT_COMPILER_BOILERPLATE
 
1828
m4trace:configure.ac:100: -1- _LT_LINKER_BOILERPLATE
 
1829
m4trace:configure.ac:100: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
 
1830
m4trace:configure.ac:100: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
 
1831
     "" | " "*) ;;
 
1832
     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
 
1833
     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
 
1834
     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
 
1835
m4trace:configure.ac:100: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
 
1836
m4trace:configure.ac:100: -1- m4_pattern_allow([^MANIFEST_TOOL$])
 
1837
m4trace:configure.ac:100: -1- _LT_REQUIRED_DARWIN_CHECKS
 
1838
m4trace:configure.ac:100: -1- m4_pattern_allow([^DSYMUTIL$])
 
1839
m4trace:configure.ac:100: -1- m4_pattern_allow([^NMEDIT$])
 
1840
m4trace:configure.ac:100: -1- m4_pattern_allow([^LIPO$])
 
1841
m4trace:configure.ac:100: -1- m4_pattern_allow([^OTOOL$])
 
1842
m4trace:configure.ac:100: -1- m4_pattern_allow([^OTOOL64$])
 
1843
m4trace:configure.ac:100: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])
 
1844
m4trace:configure.ac:100: -1- LT_SYS_DLOPEN_SELF
 
1845
m4trace:configure.ac:100: -1- m4_pattern_allow([^CPP$])
 
1846
m4trace:configure.ac:100: -1- m4_pattern_allow([^CPPFLAGS$])
 
1847
m4trace:configure.ac:100: -1- m4_pattern_allow([^CPP$])
 
1848
m4trace:configure.ac:100: -1- m4_pattern_allow([^STDC_HEADERS$])
 
1849
m4trace:configure.ac:100: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
 
1850
m4trace:configure.ac:101: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
 
1851
m4trace:configure.ac:107: -1- m4_pattern_allow([^STATIC$])
 
1852
m4trace:configure.ac:112: -1- m4_pattern_allow([^STDC_HEADERS$])
 
1853
m4trace:configure.ac:119: -1- m4_pattern_allow([^const$])
 
1854
m4trace:configure.ac:121: -1- m4_pattern_allow([^off_t$])
 
1855
m4trace:configure.ac:122: -1- m4_pattern_allow([^size_t$])
 
1856
m4trace:configure.ac:124: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
 
1857
m4trace:configure.ac:124: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$])
 
1858
m4trace:configure.ac:131: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$])
 
1859
m4trace:configure.ac:149: -1- m4_pattern_allow([^USING_BUILTIN_DLFCN$])
 
1860
m4trace:configure.ac:163: -1- m4_pattern_allow([^DYNAMIC_LD_LIBS$])
 
1861
m4trace:configure.ac:179: -1- m4_pattern_allow([^DYNAMIC_LD_LIBS$])
 
1862
m4trace:configure.ac:189: -1- m4_pattern_allow([^HAVE_LIBDVDCSS$])
 
1863
m4trace:configure.ac:190: -1- m4_pattern_allow([^HAVE_DVDCSS_DVDCSS_H$])
 
1864
m4trace:configure.ac:193: -1- m4_pattern_allow([^CSS_LIBS$])
 
1865
m4trace:configure.ac:203: -1- m4_pattern_allow([^DEBUG_CFLAGS$])
 
1866
m4trace:configure.ac:208: -1- m4_pattern_allow([^DOXYGEN$])
 
1867
m4trace:configure.ac:214: -1- m4_pattern_allow([^INCLUDES$])
 
1868
m4trace:configure.ac:219: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
 
1869
You should run autoupdate.], [])
 
1870
m4trace:configure.ac:219: -1- m4_pattern_allow([^LIB@&t@OBJS$])
 
1871
m4trace:configure.ac:219: -1- m4_pattern_allow([^LTLIBOBJS$])
 
1872
m4trace:configure.ac:219: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
 
1873
m4trace:configure.ac:219: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
 
1874
m4trace:configure.ac:219: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
 
1875
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
 
1876
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
 
1877
m4trace:configure.ac:219: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
 
1878
m4trace:configure.ac:219: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
 
1879
m4trace:configure.ac:219: -1- _LT_PROG_LTMAIN