~ubuntu-branches/ubuntu/hardy/ltspfs/hardy-updates

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2008-02-05 11:04:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080205110443-76a7xuhu402v5xtt
Tags: 0.5.0~bzr20080109-3ubuntu1
* merge from debian unstable
* adjust conflicting ldm version to match our versioning scheme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
2
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
3
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
4
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
5
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
6
fi
 
7
if test -n "$PKG_CONFIG"; then
 
8
        _pkg_min_version=m4_default([$1], [0.9.0])
 
9
        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
10
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
11
                AC_MSG_RESULT([yes])
 
12
        else
 
13
                AC_MSG_RESULT([no])
 
14
                PKG_CONFIG=""
 
15
        fi
 
16
                
 
17
fi[]dnl
 
18
])
 
19
m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
20
if test -n "$PKG_CONFIG" && \
 
21
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
22
  m4_ifval([$2], [$2], [:])
 
23
m4_ifvaln([$3], [else
 
24
  $3])dnl
 
25
fi])
 
26
m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
27
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28
        _pkg_short_errors_supported=yes
 
29
else
 
30
        _pkg_short_errors_supported=no
 
31
fi[]dnl
 
32
])
 
33
m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
34
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
35
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
36
 
 
37
pkg_failed=no
 
38
AC_MSG_CHECKING([for $1])
 
39
 
 
40
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
41
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
42
 
 
43
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
44
and $1[]_LIBS to avoid the need to call pkg-config.
 
45
See the pkg-config man page for more details.])
 
46
 
 
47
if test $pkg_failed = yes; then
 
48
        _PKG_SHORT_ERRORS_SUPPORTED
 
49
        if test $_pkg_short_errors_supported = yes; then
 
50
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
51
        else 
 
52
                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
53
        fi
 
54
        # Put the nasty error message in config.log where it belongs
 
55
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
56
 
 
57
        ifelse([$4], , [AC_MSG_ERROR(dnl
 
58
[Package requirements ($2) were not met:
 
59
 
 
60
$$1_PKG_ERRORS
 
61
 
 
62
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
63
installed software in a non-standard prefix.
 
64
 
 
65
_PKG_TEXT
 
66
])],
 
67
                [AC_MSG_RESULT([no])
 
68
                $4])
 
69
elif test $pkg_failed = untried; then
 
70
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 
71
[The pkg-config script could not be found or is too old.  Make sure it
 
72
is in your PATH or set the PKG_CONFIG environment variable to the full
 
73
path to pkg-config.
 
74
 
 
75
_PKG_TEXT
 
76
 
 
77
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
78
                [$4])
 
79
else
 
80
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
81
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
82
        AC_MSG_RESULT([yes])
 
83
        ifelse([$3], , :, [$3])
 
84
fi[]dnl
 
85
])
 
86
m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
87
m4trace:/usr/share/aclocal-1.9/amversion.m4:19: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
 
88
m4trace:/usr/share/aclocal-1.9/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
 
89
AC_PREREQ([2.50])dnl
 
90
# expand $ac_aux_dir to an absolute path
 
91
am_aux_dir=`cd $ac_aux_dir && pwd`
 
92
])
 
93
m4trace:/usr/share/aclocal-1.9/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
94
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
95
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
96
AC_SUBST([$1_TRUE])
 
97
AC_SUBST([$1_FALSE])
 
98
if $2; then
 
99
  $1_TRUE=
 
100
  $1_FALSE='#'
 
101
else
 
102
  $1_TRUE='#'
 
103
  $1_FALSE=
 
104
fi
 
105
AC_CONFIG_COMMANDS_PRE(
 
106
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
107
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
108
Usually this means the macro was only invoked conditionally.]])
 
109
fi])])
 
110
m4trace:/usr/share/aclocal-1.9/depend.m4:29: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
111
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
112
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
113
AC_REQUIRE([AM_DEP_TRACK])dnl
 
114
 
 
115
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
116
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
117
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
118
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
119
                   [depcc="$$1"   am_compiler_list=])
 
120
 
 
121
AC_CACHE_CHECK([dependency style of $depcc],
 
122
               [am_cv_$1_dependencies_compiler_type],
 
123
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
124
  # We make a subdir and do the tests there.  Otherwise we can end up
 
125
  # making bogus files that we don't know about and never remove.  For
 
126
  # instance it was reported that on HP-UX the gcc test will end up
 
127
  # making a dummy file named `D' -- because `-MD' means `put the output
 
128
  # in D'.
 
129
  mkdir conftest.dir
 
130
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
131
  # using a relative directory.
 
132
  cp "$am_depcomp" conftest.dir
 
133
  cd conftest.dir
 
134
  # We will build objects and dependencies in a subdirectory because
 
135
  # it helps to detect inapplicable dependency modes.  For instance
 
136
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
137
  # side effect of compilation, but ICC will put the dependencies in
 
138
  # the current directory while Tru64 will put them in the object
 
139
  # directory.
 
140
  mkdir sub
 
141
 
 
142
  am_cv_$1_dependencies_compiler_type=none
 
143
  if test "$am_compiler_list" = ""; then
 
144
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
145
  fi
 
146
  for depmode in $am_compiler_list; do
 
147
    # Setup a source with many dependencies, because some compilers
 
148
    # like to wrap large dependency lists on column 80 (with \), and
 
149
    # we should not choose a depcomp mode which is confused by this.
 
150
    #
 
151
    # We need to recreate these files for each test, as the compiler may
 
152
    # overwrite some of them when testing with obscure command lines.
 
153
    # This happens at least with the AIX C compiler.
 
154
    : > sub/conftest.c
 
155
    for i in 1 2 3 4 5 6; do
 
156
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
157
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
158
      # Solaris 8's {/usr,}/bin/sh.
 
159
      touch sub/conftst$i.h
 
160
    done
 
161
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
162
 
 
163
    case $depmode in
 
164
    nosideeffect)
 
165
      # after this tag, mechanisms are not by side-effect, so they'll
 
166
      # only be used when explicitly requested
 
167
      if test "x$enable_dependency_tracking" = xyes; then
 
168
        continue
 
169
      else
 
170
        break
 
171
      fi
 
172
      ;;
 
173
    none) break ;;
 
174
    esac
 
175
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
176
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
177
    # handle `-M -o', and we need to detect this.
 
178
    if depmode=$depmode \
 
179
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
180
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
181
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
182
         >/dev/null 2>conftest.err &&
 
183
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
184
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
185
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
186
      # icc doesn't choke on unknown options, it will just issue warnings
 
187
      # or remarks (even with -Werror).  So we grep stderr for any message
 
188
      # that says an option was ignored or not supported.
 
189
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
190
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
191
      # The diagnosis changed in icc 8.0:
 
192
      #   icc: Command line remark: option '-MP' not supported
 
193
      if (grep 'ignoring option' conftest.err ||
 
194
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
195
        am_cv_$1_dependencies_compiler_type=$depmode
 
196
        break
 
197
      fi
 
198
    fi
 
199
  done
 
200
 
 
201
  cd ..
 
202
  rm -rf conftest.dir
 
203
else
 
204
  am_cv_$1_dependencies_compiler_type=none
 
205
fi
 
206
])
 
207
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
208
AM_CONDITIONAL([am__fastdep$1], [
 
209
  test "x$enable_dependency_tracking" != xno \
 
210
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
211
])
 
212
m4trace:/usr/share/aclocal-1.9/depend.m4:138: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
213
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
214
])
 
215
m4trace:/usr/share/aclocal-1.9/depend.m4:146: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
216
[  --disable-dependency-tracking  speeds up one-time build
 
217
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
218
if test "x$enable_dependency_tracking" != xno; then
 
219
  am_depcomp="$ac_aux_dir/depcomp"
 
220
  AMDEPBACKSLASH='\'
 
221
fi
 
222
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
223
AC_SUBST([AMDEPBACKSLASH])
 
224
])
 
225
m4trace:/usr/share/aclocal-1.9/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
 
226
  # Strip MF so we end up with the name of the file.
 
227
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
228
  # Check whether this is an Automake generated Makefile or not.
 
229
  # We used to match only the files named `Makefile.in', but
 
230
  # some people rename them; so instead we look at the file content.
 
231
  # Grep'ing the first line is not enough: some people post-process
 
232
  # each Makefile.in and add a new line on top of each file to say so.
 
233
  # So let's grep whole file.
 
234
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
235
    dirpart=`AS_DIRNAME("$mf")`
 
236
  else
 
237
    continue
 
238
  fi
 
239
  # Extract the definition of DEPDIR, am__include, and am__quote
 
240
  # from the Makefile without running `make'.
 
241
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
242
  test -z "$DEPDIR" && continue
 
243
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
244
  test -z "am__include" && continue
 
245
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
246
  # When using ansi2knr, U may be empty or an underscore; expand it
 
247
  U=`sed -n 's/^U = //p' < "$mf"`
 
248
  # Find all dependency output files, they are included files with
 
249
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
250
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
251
  # expansion.
 
252
  for file in `sed -n "
 
253
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
254
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
255
    # Make sure the directory exists.
 
256
    test -f "$dirpart/$file" && continue
 
257
    fdir=`AS_DIRNAME(["$file"])`
 
258
    AS_MKDIR_P([$dirpart/$fdir])
 
259
    # echo "creating $dirpart/$file"
 
260
    echo '# dummy' > "$dirpart/$file"
 
261
  done
 
262
done
 
263
])
 
264
m4trace:/usr/share/aclocal-1.9/depout.m4:63: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
265
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
266
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
267
])
 
268
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
 
269
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
 
270
You should run autoupdate.])dnl
 
271
AC_CONFIG_HEADERS($@)])
 
272
m4trace:/usr/share/aclocal-1.9/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
 
273
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
274
dnl the ones we care about.
 
275
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
276
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
277
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
278
# test to see if srcdir already configured
 
279
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
280
   test -f $srcdir/config.status; then
 
281
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
282
fi
 
283
 
 
284
# test whether we have cygpath
 
285
if test -z "$CYGPATH_W"; then
 
286
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
287
    CYGPATH_W='cygpath -w'
 
288
  else
 
289
    CYGPATH_W=echo
 
290
  fi
 
291
fi
 
292
AC_SUBST([CYGPATH_W])
 
293
 
 
294
# Define the identity of the package.
 
295
dnl Distinguish between old-style and new-style calls.
 
296
m4_ifval([$2],
 
297
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
298
 AC_SUBST([PACKAGE], [$1])dnl
 
299
 AC_SUBST([VERSION], [$2])],
 
300
[_AM_SET_OPTIONS([$1])dnl
 
301
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
302
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
303
 
 
304
_AM_IF_OPTION([no-define],,
 
305
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
306
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
307
 
 
308
# Some tools Automake needs.
 
309
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
310
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
311
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
312
AM_MISSING_PROG(AUTOCONF, autoconf)
 
313
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
314
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
315
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
316
AM_PROG_INSTALL_SH
 
317
AM_PROG_INSTALL_STRIP
 
318
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
319
# We need awk for the "check" target.  The system "awk" is bad on
 
320
# some platforms.
 
321
AC_REQUIRE([AC_PROG_AWK])dnl
 
322
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
323
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
324
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
325
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
326
                             [_AM_PROG_TAR([v7])])])
 
327
_AM_IF_OPTION([no-dependencies],,
 
328
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
329
                  [_AM_DEPENDENCIES(CC)],
 
330
                  [define([AC_PROG_CC],
 
331
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
332
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
333
                  [_AM_DEPENDENCIES(CXX)],
 
334
                  [define([AC_PROG_CXX],
 
335
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
336
])
 
337
])
 
338
m4trace:/usr/share/aclocal-1.9/init.m4:102: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
339
_am_stamp_count=1
 
340
for _am_header in $config_headers :; do
 
341
  case $_am_header in
 
342
    $1 | $1:* )
 
343
      break ;;
 
344
    * )
 
345
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
346
  esac
 
347
done
 
348
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
349
m4trace:/usr/share/aclocal-1.9/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
350
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
351
AC_SUBST(install_sh)])
 
352
m4trace:/usr/share/aclocal-1.9/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
353
mkdir .tst 2>/dev/null
 
354
if test -d .tst; then
 
355
  am__leading_dot=.
 
356
else
 
357
  am__leading_dot=_
 
358
fi
 
359
rmdir .tst 2>/dev/null
 
360
AC_SUBST([am__leading_dot])])
 
361
m4trace:/usr/share/aclocal-1.9/maintainer.m4:13: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
362
  dnl maintainer-mode is disabled by default
 
363
  AC_ARG_ENABLE(maintainer-mode,
 
364
[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
365
                          (and sometimes confusing) to the casual installer],
 
366
      USE_MAINTAINER_MODE=$enableval,
 
367
      USE_MAINTAINER_MODE=no)
 
368
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
369
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
370
  MAINT=$MAINTAINER_MODE_TRUE
 
371
  AC_SUBST(MAINT)dnl
 
372
 
 
373
])
 
374
m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
375
m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
 
376
You should run autoupdate.])dnl
 
377
AM_MAINTAINER_MODE])
 
378
m4trace:/usr/share/aclocal-1.9/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
379
cat > confinc << 'END'
 
380
am__doit:
 
381
        @echo done
 
382
.PHONY: am__doit
 
383
END
 
384
# If we don't find an include directive, just comment out the code.
 
385
AC_MSG_CHECKING([for style of include used by $am_make])
 
386
am__include="#"
 
387
am__quote=
 
388
_am_result=none
 
389
# First try GNU make style include.
 
390
echo "include confinc" > confmf
 
391
# We grep out `Entering directory' and `Leaving directory'
 
392
# messages which can occur if `w' ends up in MAKEFLAGS.
 
393
# In particular we don't look at `^make:' because GNU make might
 
394
# be invoked under some other name (usually "gmake"), in which
 
395
# case it prints its new name instead of `make'.
 
396
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
397
   am__include=include
 
398
   am__quote=
 
399
   _am_result=GNU
 
400
fi
 
401
# Now try BSD make style include.
 
402
if test "$am__include" = "#"; then
 
403
   echo '.include "confinc"' > confmf
 
404
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
405
      am__include=.include
 
406
      am__quote="\""
 
407
      _am_result=BSD
 
408
   fi
 
409
fi
 
410
AC_SUBST([am__include])
 
411
AC_SUBST([am__quote])
 
412
AC_MSG_RESULT([$_am_result])
 
413
rm -f confinc confmf
 
414
])
 
415
m4trace:/usr/share/aclocal-1.9/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
416
$1=${$1-"${am_missing_run}$2"}
 
417
AC_SUBST($1)])
 
418
m4trace:/usr/share/aclocal-1.9/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
419
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
420
# Use eval to expand $SHELL
 
421
if eval "$MISSING --run true"; then
 
422
  am_missing_run="$MISSING --run "
 
423
else
 
424
  am_missing_run=
 
425
  AC_MSG_WARN([`missing' script is too old or missing])
 
426
fi
 
427
])
 
428
m4trace:/usr/share/aclocal-1.9/mkdirp.m4:30: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
429
  # We used to keeping the `.' as first argument, in order to
 
430
  # allow $(mkdir_p) to be used without argument.  As in
 
431
  #   $(mkdir_p) $(somedir)
 
432
  # where $(somedir) is conditionally defined.  However this is wrong
 
433
  # for two reasons:
 
434
  #  1. if the package is installed by a user who cannot write `.'
 
435
  #     make install will fail,
 
436
  #  2. the above comment should most certainly read
 
437
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
438
  #     so it does not work when $(somedir) is undefined and
 
439
  #     $(DESTDIR) is not.
 
440
  #  To support the latter case, we have to write
 
441
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
442
  #  so the `.' trick is pointless.
 
443
  mkdir_p='mkdir -p --'
 
444
else
 
445
  # On NextStep and OpenStep, the `mkdir' command does not
 
446
  # recognize any option.  It will interpret all options as
 
447
  # directories to create, and then abort because `.' already
 
448
  # exists.
 
449
  for d in ./-p ./--version;
 
450
  do
 
451
    test -d $d && rmdir $d
 
452
  done
 
453
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
454
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
455
    mkdir_p='$(mkinstalldirs)'
 
456
  else
 
457
    mkdir_p='$(install_sh) -d'
 
458
  fi
 
459
fi
 
460
AC_SUBST([mkdir_p])])
 
461
m4trace:/usr/share/aclocal-1.9/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
462
m4trace:/usr/share/aclocal-1.9/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
463
m4trace:/usr/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
464
m4trace:/usr/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
465
m4trace:/usr/share/aclocal-1.9/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
466
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
467
   ac_status=$?
 
468
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
469
   (exit $ac_status); }])
 
470
m4trace:/usr/share/aclocal-1.9/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
471
# Just in case
 
472
sleep 1
 
473
echo timestamp > conftest.file
 
474
# Do `set' in a subshell so we don't clobber the current shell's
 
475
# arguments.  Must try -L first in case configure is actually a
 
476
# symlink; some systems play weird games with the mod time of symlinks
 
477
# (eg FreeBSD returns the mod time of the symlink's containing
 
478
# directory).
 
479
if (
 
480
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
481
   if test "$[*]" = "X"; then
 
482
      # -L didn't work.
 
483
      set X `ls -t $srcdir/configure conftest.file`
 
484
   fi
 
485
   rm -f conftest.file
 
486
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
487
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
488
 
 
489
      # If neither matched, then we have a broken ls.  This can happen
 
490
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
491
      # broken ls alias from the environment.  This has actually
 
492
      # happened.  Such a system could not be considered "sane".
 
493
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
494
alias in your environment])
 
495
   fi
 
496
 
 
497
   test "$[2]" = conftest.file
 
498
   )
 
499
then
 
500
   # Ok.
 
501
   :
 
502
else
 
503
   AC_MSG_ERROR([newly created file is older than distributed files!
 
504
Check your system clock])
 
505
fi
 
506
AC_MSG_RESULT(yes)])
 
507
m4trace:/usr/share/aclocal-1.9/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
508
# Installed binaries are usually stripped using `strip' when the user
 
509
# run `make install-strip'.  However `strip' might not be the right
 
510
# tool to use in cross-compilation environments, therefore Automake
 
511
# will honor the `STRIP' environment variable to overrule this program.
 
512
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
513
if test "$cross_compiling" != no; then
 
514
  AC_CHECK_TOOL([STRIP], [strip], :)
 
515
fi
 
516
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
517
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
518
m4trace:/usr/share/aclocal-1.9/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 
519
AM_MISSING_PROG([AMTAR], [tar])
 
520
m4_if([$1], [v7],
 
521
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
522
     [m4_case([$1], [ustar],, [pax],,
 
523
              [m4_fatal([Unknown tar format])])
 
524
AC_MSG_CHECKING([how to create a $1 tar archive])
 
525
# Loop over all known methods to create a tar archive until one works.
 
526
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
527
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
528
# Do not fold the above two line into one, because Tru64 sh and
 
529
# Solaris sh will not grok spaces in the rhs of `-'.
 
530
for _am_tool in $_am_tools
 
531
do
 
532
  case $_am_tool in
 
533
  gnutar)
 
534
    for _am_tar in tar gnutar gtar;
 
535
    do
 
536
      AM_RUN_LOG([$_am_tar --version]) && break
 
537
    done
 
538
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
539
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
540
    am__untar="$_am_tar -xf -"
 
541
    ;;
 
542
  plaintar)
 
543
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
544
    # ustar tarball either.
 
545
    (tar --version) >/dev/null 2>&1 && continue
 
546
    am__tar='tar chf - "$$tardir"'
 
547
    am__tar_='tar chf - "$tardir"'
 
548
    am__untar='tar xf -'
 
549
    ;;
 
550
  pax)
 
551
    am__tar='pax -L -x $1 -w "$$tardir"'
 
552
    am__tar_='pax -L -x $1 -w "$tardir"'
 
553
    am__untar='pax -r'
 
554
    ;;
 
555
  cpio)
 
556
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
557
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
558
    am__untar='cpio -i -H $1 -d'
 
559
    ;;
 
560
  none)
 
561
    am__tar=false
 
562
    am__tar_=false
 
563
    am__untar=false
 
564
    ;;
 
565
  esac
 
566
 
 
567
  # If the value was cached, stop now.  We just wanted to have am__tar
 
568
  # and am__untar set.
 
569
  test -n "${am_cv_prog_tar_$1}" && break
 
570
 
 
571
  # tar/untar a dummy directory, and stop if the command works
 
572
  rm -rf conftest.dir
 
573
  mkdir conftest.dir
 
574
  echo GrepMe > conftest.dir/file
 
575
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
576
  rm -rf conftest.dir
 
577
  if test -s conftest.tar; then
 
578
    AM_RUN_LOG([$am__untar <conftest.tar])
 
579
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
580
  fi
 
581
done
 
582
rm -rf conftest.dir
 
583
 
 
584
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
585
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
586
AC_SUBST([am__tar])
 
587
AC_SUBST([am__untar])
 
588
])
 
589
m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
 
590
m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
 
591
m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
 
592
m4trace:configure.ac:2: -1- m4_pattern_allow([^AS_FLAGS$])
 
593
m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?m4_])
 
594
m4trace:configure.ac:2: -1- m4_pattern_forbid([^dnl$])
 
595
m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?AS_])
 
596
m4trace:configure.ac:2: -1- m4_pattern_allow([^SHELL$])
 
597
m4trace:configure.ac:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
 
598
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
599
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
600
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
601
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
602
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
603
m4trace:configure.ac:2: -1- m4_pattern_allow([^exec_prefix$])
 
604
m4trace:configure.ac:2: -1- m4_pattern_allow([^prefix$])
 
605
m4trace:configure.ac:2: -1- m4_pattern_allow([^program_transform_name$])
 
606
m4trace:configure.ac:2: -1- m4_pattern_allow([^bindir$])
 
607
m4trace:configure.ac:2: -1- m4_pattern_allow([^sbindir$])
 
608
m4trace:configure.ac:2: -1- m4_pattern_allow([^libexecdir$])
 
609
m4trace:configure.ac:2: -1- m4_pattern_allow([^datarootdir$])
 
610
m4trace:configure.ac:2: -1- m4_pattern_allow([^datadir$])
 
611
m4trace:configure.ac:2: -1- m4_pattern_allow([^sysconfdir$])
 
612
m4trace:configure.ac:2: -1- m4_pattern_allow([^sharedstatedir$])
 
613
m4trace:configure.ac:2: -1- m4_pattern_allow([^localstatedir$])
 
614
m4trace:configure.ac:2: -1- m4_pattern_allow([^includedir$])
 
615
m4trace:configure.ac:2: -1- m4_pattern_allow([^oldincludedir$])
 
616
m4trace:configure.ac:2: -1- m4_pattern_allow([^docdir$])
 
617
m4trace:configure.ac:2: -1- m4_pattern_allow([^infodir$])
 
618
m4trace:configure.ac:2: -1- m4_pattern_allow([^htmldir$])
 
619
m4trace:configure.ac:2: -1- m4_pattern_allow([^dvidir$])
 
620
m4trace:configure.ac:2: -1- m4_pattern_allow([^pdfdir$])
 
621
m4trace:configure.ac:2: -1- m4_pattern_allow([^psdir$])
 
622
m4trace:configure.ac:2: -1- m4_pattern_allow([^libdir$])
 
623
m4trace:configure.ac:2: -1- m4_pattern_allow([^localedir$])
 
624
m4trace:configure.ac:2: -1- m4_pattern_allow([^mandir$])
 
625
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
626
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
627
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
628
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
629
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
630
m4trace:configure.ac:2: -1- m4_pattern_allow([^DEFS$])
 
631
m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_C$])
 
632
m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_N$])
 
633
m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_T$])
 
634
m4trace:configure.ac:2: -1- m4_pattern_allow([^LIBS$])
 
635
m4trace:configure.ac:2: -1- m4_pattern_allow([^build_alias$])
 
636
m4trace:configure.ac:2: -1- m4_pattern_allow([^host_alias$])
 
637
m4trace:configure.ac:2: -1- m4_pattern_allow([^target_alias$])
 
638
m4trace:configure.ac:4: -1- AM_INIT_AUTOMAKE
 
639
m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
640
m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
641
m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.9.6])
 
642
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
643
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
644
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_DATA$])
 
645
m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$])
 
646
m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([])
 
647
m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
 
648
You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
 
649
/usr/share/aclocal-1.9/options.m4:25: _AM_SET_OPTIONS is expanded from...
 
650
/usr/share/aclocal-1.9/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
 
651
configure.ac:4: the top level])
 
652
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$])
 
653
m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$])
 
654
m4trace:configure.ac:4: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
655
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
656
m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([no-define])
 
657
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$])
 
658
m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$])
 
659
m4trace:configure.ac:4: -1- AM_SANITY_CHECK
 
660
m4trace:configure.ac:4: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
661
m4trace:configure.ac:4: -1- AM_MISSING_HAS_RUN
 
662
m4trace:configure.ac:4: -1- AM_AUX_DIR_EXPAND
 
663
m4trace:configure.ac:4: -1- m4_pattern_allow([^ACLOCAL$])
 
664
m4trace:configure.ac:4: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
665
m4trace:configure.ac:4: -1- m4_pattern_allow([^AUTOCONF$])
 
666
m4trace:configure.ac:4: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
667
m4trace:configure.ac:4: -1- m4_pattern_allow([^AUTOMAKE$])
 
668
m4trace:configure.ac:4: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
669
m4trace:configure.ac:4: -1- m4_pattern_allow([^AUTOHEADER$])
 
670
m4trace:configure.ac:4: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
671
m4trace:configure.ac:4: -1- m4_pattern_allow([^MAKEINFO$])
 
672
m4trace:configure.ac:4: -1- AM_PROG_INSTALL_SH
 
673
m4trace:configure.ac:4: -1- m4_pattern_allow([^install_sh$])
 
674
m4trace:configure.ac:4: -1- AM_PROG_INSTALL_STRIP
 
675
m4trace:configure.ac:4: -1- m4_pattern_allow([^STRIP$])
 
676
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
 
677
m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P
 
678
m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$])
 
679
m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$])
 
680
m4trace:configure.ac:4: -1- m4_pattern_allow([^SET_MAKE$])
 
681
m4trace:configure.ac:4: -1- AM_SET_LEADING_DOT
 
682
m4trace:configure.ac:4: -1- m4_pattern_allow([^am__leading_dot$])
 
683
m4trace:configure.ac:4: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
684
                             [_AM_PROG_TAR([v7])])])
 
685
m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([tar-ustar])
 
686
m4trace:configure.ac:4: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
687
m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([tar-pax])
 
688
m4trace:configure.ac:4: -1- _AM_PROG_TAR([v7])
 
689
m4trace:configure.ac:4: -1- AM_MISSING_PROG([AMTAR], [tar])
 
690
m4trace:configure.ac:4: -1- m4_pattern_allow([^AMTAR$])
 
691
m4trace:configure.ac:4: -1- m4_pattern_allow([^am__tar$])
 
692
m4trace:configure.ac:4: -1- m4_pattern_allow([^am__untar$])
 
693
m4trace:configure.ac:4: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
694
                  [_AM_DEPENDENCIES(CC)],
 
695
                  [define([AC_PROG_CC],
 
696
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
697
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
698
                  [_AM_DEPENDENCIES(CXX)],
 
699
                  [define([AC_PROG_CXX],
 
700
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
701
])
 
702
m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([no-dependencies])
 
703
m4trace:configure.ac:6: -1- AM_CONFIG_HEADER([config.h])
 
704
m4trace:configure.ac:6: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
 
705
You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
 
706
configure.ac:6: the top level])
 
707
m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE
 
708
m4trace:configure.ac:7: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
709
m4trace:configure.ac:7: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
 
710
m4trace:configure.ac:7: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
 
711
m4trace:configure.ac:7: -1- m4_pattern_allow([^MAINT$])
 
712
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
 
713
m4trace:configure.ac:9: -1- m4_pattern_allow([^CFLAGS$])
 
714
m4trace:configure.ac:9: -1- m4_pattern_allow([^LDFLAGS$])
 
715
m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
 
716
m4trace:configure.ac:9: -1- m4_pattern_allow([^CPPFLAGS$])
 
717
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
 
718
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
 
719
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
 
720
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
 
721
m4trace:configure.ac:9: -1- m4_pattern_allow([^ac_ct_CC$])
 
722
m4trace:configure.ac:9: -1- m4_pattern_allow([^EXEEXT$])
 
723
m4trace:configure.ac:9: -1- m4_pattern_allow([^OBJEXT$])
 
724
m4trace:configure.ac:9: -1- _AM_DEPENDENCIES([CC])
 
725
m4trace:configure.ac:9: -1- AM_SET_DEPDIR
 
726
m4trace:configure.ac:9: -1- m4_pattern_allow([^DEPDIR$])
 
727
m4trace:configure.ac:9: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
728
m4trace:configure.ac:9: -1- AM_MAKE_INCLUDE
 
729
m4trace:configure.ac:9: -1- m4_pattern_allow([^am__include$])
 
730
m4trace:configure.ac:9: -1- m4_pattern_allow([^am__quote$])
 
731
m4trace:configure.ac:9: -1- AM_DEP_TRACK
 
732
m4trace:configure.ac:9: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
733
m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEP_TRUE$])
 
734
m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEP_FALSE$])
 
735
m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
 
736
m4trace:configure.ac:9: -1- m4_pattern_allow([^CCDEPMODE$])
 
737
m4trace:configure.ac:9: -1- AM_CONDITIONAL([am__fastdepCC], [
 
738
  test "x$enable_dependency_tracking" != xno \
 
739
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
740
m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
741
m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
742
m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
743
m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
744
m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
 
745
m4trace:configure.ac:15: -1- PKG_CHECK_MODULES([LTSPFS], [fuse, x11])
 
746
m4trace:configure.ac:15: -1- PKG_PROG_PKG_CONFIG
 
747
m4trace:configure.ac:15: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
748
m4trace:configure.ac:15: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
749
m4trace:configure.ac:15: -1- m4_pattern_allow([^PKG_CONFIG$])
 
750
m4trace:configure.ac:15: -1- m4_pattern_allow([^PKG_CONFIG$])
 
751
m4trace:configure.ac:15: -1- m4_pattern_allow([^LTSPFS_CFLAGS$])
 
752
m4trace:configure.ac:15: -1- m4_pattern_allow([^LTSPFS_LIBS$])
 
753
m4trace:configure.ac:15: -1- PKG_CHECK_EXISTS([fuse, x11], [pkg_cv_[]LTSPFS_CFLAGS=`$PKG_CONFIG --[]cflags "fuse, x11" 2>/dev/null`], [pkg_failed=yes])
 
754
m4trace:configure.ac:15: -1- PKG_CHECK_EXISTS([fuse, x11], [pkg_cv_[]LTSPFS_LIBS=`$PKG_CONFIG --[]libs "fuse, x11" 2>/dev/null`], [pkg_failed=yes])
 
755
m4trace:configure.ac:15: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
756
m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
 
757
m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
 
758
m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
 
759
m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
 
760
m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
 
761
m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
 
762
m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
 
763
m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
 
764
m4trace:configure.ac:20: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$])
 
765
m4trace:configure.ac:27: -1- m4_pattern_allow([^UDEV_RULES_PATH$])
 
766
m4trace:configure.ac:32: -1- m4_pattern_allow([^UDEV_LIB_PATH$])
 
767
m4trace:configure.ac:34: -1- PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.6.0])
 
768
m4trace:configure.ac:34: -1- m4_pattern_allow([^GLIB_CFLAGS$])
 
769
m4trace:configure.ac:34: -1- m4_pattern_allow([^GLIB_LIBS$])
 
770
m4trace:configure.ac:34: -1- PKG_CHECK_EXISTS([glib-2.0 >= 2.6.0], [pkg_cv_[]GLIB_CFLAGS=`$PKG_CONFIG --[]cflags "glib-2.0 >= 2.6.0" 2>/dev/null`], [pkg_failed=yes])
 
771
m4trace:configure.ac:34: -1- PKG_CHECK_EXISTS([glib-2.0 >= 2.6.0], [pkg_cv_[]GLIB_LIBS=`$PKG_CONFIG --[]libs "glib-2.0 >= 2.6.0" 2>/dev/null`], [pkg_failed=yes])
 
772
m4trace:configure.ac:34: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
773
m4trace:configure.ac:35: -1- PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.6.0])
 
774
m4trace:configure.ac:35: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
 
775
m4trace:configure.ac:35: -1- m4_pattern_allow([^GOBJECT_LIBS$])
 
776
m4trace:configure.ac:35: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.6.0], [pkg_cv_[]GOBJECT_CFLAGS=`$PKG_CONFIG --[]cflags "gobject-2.0 >= 2.6.0" 2>/dev/null`], [pkg_failed=yes])
 
777
m4trace:configure.ac:35: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.6.0], [pkg_cv_[]GOBJECT_LIBS=`$PKG_CONFIG --[]libs "gobject-2.0 >= 2.6.0" 2>/dev/null`], [pkg_failed=yes])
 
778
m4trace:configure.ac:35: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
779
m4trace:configure.ac:37: -1- m4_pattern_allow([^GLIB_CFLAGS$])
 
780
m4trace:configure.ac:38: -1- m4_pattern_allow([^GLIB_LIBS$])
 
781
m4trace:configure.ac:39: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
 
782
m4trace:configure.ac:40: -1- m4_pattern_allow([^GOBJECT_LIBS$])
 
783
m4trace:configure.ac:44: -1- m4_pattern_allow([^LIB@&t@OBJS$])
 
784
m4trace:configure.ac:44: -1- m4_pattern_allow([^LTLIBOBJS$])
 
785
m4trace:configure.ac:44: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
 
786
m4trace:configure.ac:44: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS