~ubuntu-branches/ubuntu/quantal/ltsp/quantal

« back to all changes in this revision

Viewing changes to client/localapps/autom4te.cache/traces.0

  • Committer: Stéphane Graber
  • Date: 2012-08-23 18:55:11 UTC
  • mfrom: (111.1.58)
  • Revision ID: stgraber@ubuntu.com-20120823185511-nt14m0irprig39i7
Merge 5.4.3

Show diffs side-by-side

added added

removed removed

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