Switch to unified view

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