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