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