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