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