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