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
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.
13 # expand $ac_aux_dir to an absolute path
14 am_aux_dir=`cd $ac_aux_dir && pwd`
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
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.]])
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
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=])
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
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
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
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`
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.
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.
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.
87 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
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
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
131 am_cv_$1_dependencies_compiler_type=none
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])
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
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"
149 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
150 AC_SUBST([AMDEPBACKSLASH])dnl
151 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
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")`
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
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"
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"])
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])
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'
221 AC_SUBST([CYGPATH_W])
223 # Define the identity of the package.
224 dnl Distinguish between old-style and new-style calls.
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
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
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)
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
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
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.
277 for _am_header in $config_headers :; do
279 $_am_arg | $_am_arg:* )
282 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
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
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'
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])
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
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
330 AC_SUBST([am__include])
331 AC_SUBST([am__quote])
332 AC_MSG_RESULT([$_am_result])
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"}
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 "
346 AC_MSG_WARN([`missing' script is too old or missing])
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
358 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
360 [[\\/$]]* | ?:[[\\/]]*) ;;
361 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
364 m4trace:/usr/share/aclocal-1.10/obsolete.m4:18: -1- AU_DEFUN([AC_FEATURE_CTYPE], [AC_HEADER_STDC])
365 m4trace:/usr/share/aclocal-1.10/obsolete.m4:18: -1- AC_DEFUN([AC_FEATURE_CTYPE], [AC_DIAGNOSE([obsolete], [The macro `AC_FEATURE_CTYPE' is obsolete.
366 You should run autoupdate.])dnl
368 m4trace:/usr/share/aclocal-1.10/obsolete.m4:19: -1- AU_DEFUN([AC_FEATURE_ERRNO], [AC_REPLACE_FUNCS([strerror])])
369 m4trace:/usr/share/aclocal-1.10/obsolete.m4:19: -1- AC_DEFUN([AC_FEATURE_ERRNO], [AC_DIAGNOSE([obsolete], [The macro `AC_FEATURE_ERRNO' is obsolete.
370 You should run autoupdate.])dnl
371 AC_REPLACE_FUNCS([strerror])])
372 m4trace:/usr/share/aclocal-1.10/obsolete.m4:20: -1- AU_DEFUN([AM_CYGWIN32], [AC_CYGWIN])
373 m4trace:/usr/share/aclocal-1.10/obsolete.m4:20: -1- AC_DEFUN([AM_CYGWIN32], [AC_DIAGNOSE([obsolete], [The macro `AM_CYGWIN32' is obsolete.
374 You should run autoupdate.])dnl
376 m4trace:/usr/share/aclocal-1.10/obsolete.m4:21: -1- AU_DEFUN([AM_EXEEXT], [AC_EXEEXT])
377 m4trace:/usr/share/aclocal-1.10/obsolete.m4:21: -1- AC_DEFUN([AM_EXEEXT], [AC_DIAGNOSE([obsolete], [The macro `AM_EXEEXT' is obsolete.
378 You should run autoupdate.])dnl
380 m4trace:/usr/share/aclocal-1.10/obsolete.m4:22: -1- AU_DEFUN([AM_FUNC_MKTIME], [AC_FUNC_MKTIME])
381 m4trace:/usr/share/aclocal-1.10/obsolete.m4:22: -1- AC_DEFUN([AM_FUNC_MKTIME], [AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_MKTIME' is obsolete.
382 You should run autoupdate.])dnl
384 m4trace:/usr/share/aclocal-1.10/obsolete.m4:23: -1- AU_DEFUN([AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL], [AC_HEADER_TIOCGWINSZ])
385 m4trace:/usr/share/aclocal-1.10/obsolete.m4:23: -1- AC_DEFUN([AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL], [AC_DIAGNOSE([obsolete], [The macro `AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL' is obsolete.
386 You should run autoupdate.])dnl
387 AC_HEADER_TIOCGWINSZ])
388 m4trace:/usr/share/aclocal-1.10/obsolete.m4:25: -1- AU_DEFUN([AM_MINGW32], [AC_MINGW32])
389 m4trace:/usr/share/aclocal-1.10/obsolete.m4:25: -1- AC_DEFUN([AM_MINGW32], [AC_DIAGNOSE([obsolete], [The macro `AM_MINGW32' is obsolete.
390 You should run autoupdate.])dnl
392 m4trace:/usr/share/aclocal-1.10/obsolete.m4:26: -1- AU_DEFUN([AM_PROG_INSTALL], [AC_PROG_INSTALL])
393 m4trace:/usr/share/aclocal-1.10/obsolete.m4:26: -1- AC_DEFUN([AM_PROG_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_INSTALL' is obsolete.
394 You should run autoupdate.])dnl
396 m4trace:/usr/share/aclocal-1.10/obsolete.m4:27: -1- AU_DEFUN([AM_SANITY_CHECK_CC], [AC_PROG_CC])
397 m4trace:/usr/share/aclocal-1.10/obsolete.m4:27: -1- AC_DEFUN([AM_SANITY_CHECK_CC], [AC_DIAGNOSE([obsolete], [The macro `AM_SANITY_CHECK_CC' is obsolete.
398 You should run autoupdate.])dnl
400 m4trace:/usr/share/aclocal-1.10/obsolete.m4:28: -1- AU_DEFUN([AM_SYS_POSIX_TERMIOS], [AC_SYS_POSIX_TERMIOS])
401 m4trace:/usr/share/aclocal-1.10/obsolete.m4:28: -1- AC_DEFUN([AM_SYS_POSIX_TERMIOS], [AC_DIAGNOSE([obsolete], [The macro `AM_SYS_POSIX_TERMIOS' is obsolete.
402 You should run autoupdate.])dnl
403 AC_SYS_POSIX_TERMIOS])
404 m4trace:/usr/share/aclocal-1.10/obsolete.m4:29: -1- AU_DEFUN([fp_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
405 m4trace:/usr/share/aclocal-1.10/obsolete.m4:29: -1- AC_DEFUN([fp_FUNC_FNMATCH], [AC_DIAGNOSE([obsolete], [The macro `fp_FUNC_FNMATCH' is obsolete.
406 You should run autoupdate.])dnl
408 m4trace:/usr/share/aclocal-1.10/obsolete.m4:30: -1- AU_DEFUN([fp_PROG_INSTALL], [AC_PROG_INSTALL])
409 m4trace:/usr/share/aclocal-1.10/obsolete.m4:30: -1- AC_DEFUN([fp_PROG_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `fp_PROG_INSTALL' is obsolete.
410 You should run autoupdate.])dnl
412 m4trace:/usr/share/aclocal-1.10/obsolete.m4:31: -1- AU_DEFUN([md_TYPE_PTRDIFF_T], [AC_CHECK_TYPES([ptrdiff_t])])
413 m4trace:/usr/share/aclocal-1.10/obsolete.m4:31: -1- AC_DEFUN([md_TYPE_PTRDIFF_T], [AC_DIAGNOSE([obsolete], [The macro `md_TYPE_PTRDIFF_T' is obsolete.
414 You should run autoupdate.])dnl
415 AC_CHECK_TYPES([ptrdiff_t])])
416 m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
417 m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
418 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)])])
419 m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
420 m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
421 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
423 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
424 (exit $ac_status); }])
425 m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
428 echo timestamp > conftest.file
429 # Do `set' in a subshell so we don't clobber the current shell's
430 # arguments. Must try -L first in case configure is actually a
431 # symlink; some systems play weird games with the mod time of symlinks
432 # (eg FreeBSD returns the mod time of the symlink's containing
435 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
436 if test "$[*]" = "X"; then
438 set X `ls -t $srcdir/configure conftest.file`
441 if test "$[*]" != "X $srcdir/configure conftest.file" \
442 && test "$[*]" != "X conftest.file $srcdir/configure"; then
444 # If neither matched, then we have a broken ls. This can happen
445 # if, for instance, CONFIG_SHELL is bash and it inherits a
446 # broken ls alias from the environment. This has actually
447 # happened. Such a system could not be considered "sane".
448 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
449 alias in your environment])
452 test "$[2]" = conftest.file
458 AC_MSG_ERROR([newly created file is older than distributed files!
459 Check your system clock])
462 m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
463 # Installed binaries are usually stripped using `strip' when the user
464 # run `make install-strip'. However `strip' might not be the right
465 # tool to use in cross-compilation environments, therefore Automake
466 # will honor the `STRIP' environment variable to overrule this program.
467 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
468 if test "$cross_compiling" != no; then
469 AC_CHECK_TOOL([STRIP], [strip], :)
471 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
472 AC_SUBST([INSTALL_STRIP_PROGRAM])])
473 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
474 m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
475 AM_MISSING_PROG([AMTAR], [tar])
477 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
478 [m4_case([$1], [ustar],, [pax],,
479 [m4_fatal([Unknown tar format])])
480 AC_MSG_CHECKING([how to create a $1 tar archive])
481 # Loop over all known methods to create a tar archive until one works.
482 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
483 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
484 # Do not fold the above two line into one, because Tru64 sh and
485 # Solaris sh will not grok spaces in the rhs of `-'.
486 for _am_tool in $_am_tools
490 for _am_tar in tar gnutar gtar;
492 AM_RUN_LOG([$_am_tar --version]) && break
494 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
495 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
496 am__untar="$_am_tar -xf -"
499 # Must skip GNU tar: if it does not support --format= it doesn't create
500 # ustar tarball either.
501 (tar --version) >/dev/null 2>&1 && continue
502 am__tar='tar chf - "$$tardir"'
503 am__tar_='tar chf - "$tardir"'
507 am__tar='pax -L -x $1 -w "$$tardir"'
508 am__tar_='pax -L -x $1 -w "$tardir"'
512 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
513 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
514 am__untar='cpio -i -H $1 -d'
523 # If the value was cached, stop now. We just wanted to have am__tar
525 test -n "${am_cv_prog_tar_$1}" && break
527 # tar/untar a dummy directory, and stop if the command works
530 echo GrepMe > conftest.dir/file
531 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
533 if test -s conftest.tar; then
534 AM_RUN_LOG([$am__untar <conftest.tar])
535 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
540 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
541 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
543 AC_SUBST([am__untar])
545 m4trace:configure.ac:22: -1- m4_pattern_forbid([^_?A[CHUM]_])
546 m4trace:configure.ac:22: -1- m4_pattern_forbid([_AC_])
547 m4trace:configure.ac:22: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
548 m4trace:configure.ac:22: -1- m4_pattern_allow([^AS_FLAGS$])
549 m4trace:configure.ac:22: -1- m4_pattern_forbid([^_?m4_])
550 m4trace:configure.ac:22: -1- m4_pattern_forbid([^dnl$])
551 m4trace:configure.ac:22: -1- m4_pattern_forbid([^_?AS_])
552 m4trace:configure.ac:22: -1- m4_pattern_allow([^SHELL$])
553 m4trace:configure.ac:22: -1- m4_pattern_allow([^PATH_SEPARATOR$])
554 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_NAME$])
555 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
556 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_VERSION$])
557 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_STRING$])
558 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
559 m4trace:configure.ac:22: -1- m4_pattern_allow([^exec_prefix$])
560 m4trace:configure.ac:22: -1- m4_pattern_allow([^prefix$])
561 m4trace:configure.ac:22: -1- m4_pattern_allow([^program_transform_name$])
562 m4trace:configure.ac:22: -1- m4_pattern_allow([^bindir$])
563 m4trace:configure.ac:22: -1- m4_pattern_allow([^sbindir$])
564 m4trace:configure.ac:22: -1- m4_pattern_allow([^libexecdir$])
565 m4trace:configure.ac:22: -1- m4_pattern_allow([^datarootdir$])
566 m4trace:configure.ac:22: -1- m4_pattern_allow([^datadir$])
567 m4trace:configure.ac:22: -1- m4_pattern_allow([^sysconfdir$])
568 m4trace:configure.ac:22: -1- m4_pattern_allow([^sharedstatedir$])
569 m4trace:configure.ac:22: -1- m4_pattern_allow([^localstatedir$])
570 m4trace:configure.ac:22: -1- m4_pattern_allow([^includedir$])
571 m4trace:configure.ac:22: -1- m4_pattern_allow([^oldincludedir$])
572 m4trace:configure.ac:22: -1- m4_pattern_allow([^docdir$])
573 m4trace:configure.ac:22: -1- m4_pattern_allow([^infodir$])
574 m4trace:configure.ac:22: -1- m4_pattern_allow([^htmldir$])
575 m4trace:configure.ac:22: -1- m4_pattern_allow([^dvidir$])
576 m4trace:configure.ac:22: -1- m4_pattern_allow([^pdfdir$])
577 m4trace:configure.ac:22: -1- m4_pattern_allow([^psdir$])
578 m4trace:configure.ac:22: -1- m4_pattern_allow([^libdir$])
579 m4trace:configure.ac:22: -1- m4_pattern_allow([^localedir$])
580 m4trace:configure.ac:22: -1- m4_pattern_allow([^mandir$])
581 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_NAME$])
582 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
583 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_VERSION$])
584 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_STRING$])
585 m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
586 m4trace:configure.ac:22: -1- m4_pattern_allow([^DEFS$])
587 m4trace:configure.ac:22: -1- m4_pattern_allow([^ECHO_C$])
588 m4trace:configure.ac:22: -1- m4_pattern_allow([^ECHO_N$])
589 m4trace:configure.ac:22: -1- m4_pattern_allow([^ECHO_T$])
590 m4trace:configure.ac:22: -1- m4_pattern_allow([^LIBS$])
591 m4trace:configure.ac:22: -1- m4_pattern_allow([^build_alias$])
592 m4trace:configure.ac:22: -1- m4_pattern_allow([^host_alias$])
593 m4trace:configure.ac:22: -1- m4_pattern_allow([^target_alias$])
594 m4trace:configure.ac:27: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
595 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
596 configure.ac:27: the top level])
597 m4trace:configure.ac:38: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
598 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
599 configure.ac:38: the top level])
600 m4trace:configure.ac:44: -1- AM_INIT_AUTOMAKE
601 m4trace:configure.ac:44: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
602 m4trace:configure.ac:44: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
603 m4trace:configure.ac:44: -1- AM_AUTOMAKE_VERSION([1.10.1])
604 m4trace:configure.ac:44: -1- _AM_AUTOCONF_VERSION([2.61])
605 m4trace:configure.ac:44: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
606 m4trace:configure.ac:44: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
607 m4trace:configure.ac:44: -1- m4_pattern_allow([^INSTALL_DATA$])
608 m4trace:configure.ac:44: -1- m4_pattern_allow([^am__isrc$])
609 m4trace:configure.ac:44: -1- _AM_SUBST_NOTMAKE([am__isrc])
610 m4trace:configure.ac:44: -1- m4_pattern_allow([^CYGPATH_W$])
611 m4trace:configure.ac:44: -1- _AM_SET_OPTIONS([])
612 m4trace:configure.ac:44: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
613 You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
614 /usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
615 /usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
616 configure.ac:44: the top level])
617 m4trace:configure.ac:44: -1- m4_pattern_allow([^PACKAGE$])
618 m4trace:configure.ac:44: -1- m4_pattern_allow([^VERSION$])
619 m4trace:configure.ac:44: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
620 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
621 m4trace:configure.ac:44: -2- _AM_MANGLE_OPTION([no-define])
622 m4trace:configure.ac:44: -1- m4_pattern_allow([^PACKAGE$])
623 m4trace:configure.ac:44: -1- m4_pattern_allow([^VERSION$])
624 m4trace:configure.ac:44: -1- AM_SANITY_CHECK
625 m4trace:configure.ac:44: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
626 m4trace:configure.ac:44: -1- AM_MISSING_HAS_RUN
627 m4trace:configure.ac:44: -1- AM_AUX_DIR_EXPAND
628 m4trace:configure.ac:44: -1- m4_pattern_allow([^ACLOCAL$])
629 m4trace:configure.ac:44: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
630 m4trace:configure.ac:44: -1- m4_pattern_allow([^AUTOCONF$])
631 m4trace:configure.ac:44: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
632 m4trace:configure.ac:44: -1- m4_pattern_allow([^AUTOMAKE$])
633 m4trace:configure.ac:44: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
634 m4trace:configure.ac:44: -1- m4_pattern_allow([^AUTOHEADER$])
635 m4trace:configure.ac:44: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
636 m4trace:configure.ac:44: -1- m4_pattern_allow([^MAKEINFO$])
637 m4trace:configure.ac:44: -1- AM_PROG_INSTALL_SH
638 m4trace:configure.ac:44: -1- m4_pattern_allow([^install_sh$])
639 m4trace:configure.ac:44: -1- AM_PROG_INSTALL_STRIP
640 m4trace:configure.ac:44: -1- m4_pattern_allow([^STRIP$])
641 m4trace:configure.ac:44: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
642 m4trace:configure.ac:44: -1- AM_PROG_MKDIR_P
643 m4trace:configure.ac:44: -1- m4_pattern_allow([^mkdir_p$])
644 m4trace:configure.ac:44: -1- m4_pattern_allow([^AWK$])
645 m4trace:configure.ac:44: -1- m4_pattern_allow([^SET_MAKE$])
646 m4trace:configure.ac:44: -1- AM_SET_LEADING_DOT
647 m4trace:configure.ac:44: -1- m4_pattern_allow([^am__leading_dot$])
648 m4trace:configure.ac:44: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
649 [_AM_PROG_TAR([v7])])])
650 m4trace:configure.ac:44: -2- _AM_MANGLE_OPTION([tar-ustar])
651 m4trace:configure.ac:44: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
652 m4trace:configure.ac:44: -2- _AM_MANGLE_OPTION([tar-pax])
653 m4trace:configure.ac:44: -1- _AM_PROG_TAR([v7])
654 m4trace:configure.ac:44: -1- AM_MISSING_PROG([AMTAR], [tar])
655 m4trace:configure.ac:44: -1- m4_pattern_allow([^AMTAR$])
656 m4trace:configure.ac:44: -1- m4_pattern_allow([^am__tar$])
657 m4trace:configure.ac:44: -1- m4_pattern_allow([^am__untar$])
658 m4trace:configure.ac:44: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
659 [_AM_DEPENDENCIES(CC)],
660 [define([AC_PROG_CC],
661 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
662 AC_PROVIDE_IFELSE([AC_PROG_CXX],
663 [_AM_DEPENDENCIES(CXX)],
664 [define([AC_PROG_CXX],
665 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
666 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
667 [_AM_DEPENDENCIES(OBJC)],
668 [define([AC_PROG_OBJC],
669 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
671 m4trace:configure.ac:44: -2- _AM_MANGLE_OPTION([no-dependencies])
672 m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
673 m4trace:configure.ac:58: -1- m4_pattern_allow([^CFLAGS$])
674 m4trace:configure.ac:58: -1- m4_pattern_allow([^LDFLAGS$])
675 m4trace:configure.ac:58: -1- m4_pattern_allow([^LIBS$])
676 m4trace:configure.ac:58: -1- m4_pattern_allow([^CPPFLAGS$])
677 m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
678 m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
679 m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
680 m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
681 m4trace:configure.ac:58: -1- m4_pattern_allow([^ac_ct_CC$])
682 m4trace:configure.ac:58: -1- m4_pattern_allow([^EXEEXT$])
683 m4trace:configure.ac:58: -1- m4_pattern_allow([^OBJEXT$])
684 m4trace:configure.ac:58: -1- _AM_DEPENDENCIES([CC])
685 m4trace:configure.ac:58: -1- AM_SET_DEPDIR
686 m4trace:configure.ac:58: -1- m4_pattern_allow([^DEPDIR$])
687 m4trace:configure.ac:58: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
688 m4trace:configure.ac:58: -1- AM_MAKE_INCLUDE
689 m4trace:configure.ac:58: -1- m4_pattern_allow([^am__include$])
690 m4trace:configure.ac:58: -1- m4_pattern_allow([^am__quote$])
691 m4trace:configure.ac:58: -1- AM_DEP_TRACK
692 m4trace:configure.ac:58: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
693 m4trace:configure.ac:58: -1- m4_pattern_allow([^AMDEP_TRUE$])
694 m4trace:configure.ac:58: -1- m4_pattern_allow([^AMDEP_FALSE$])
695 m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
696 m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
697 m4trace:configure.ac:58: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
698 m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
699 m4trace:configure.ac:58: -1- m4_pattern_allow([^CCDEPMODE$])
700 m4trace:configure.ac:58: -1- AM_CONDITIONAL([am__fastdepCC], [
701 test "x$enable_dependency_tracking" != xno \
702 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
703 m4trace:configure.ac:58: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
704 m4trace:configure.ac:58: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
705 m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
706 m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
707 m4trace:configure.ac:59: -1- m4_pattern_allow([^CXX$])
708 m4trace:configure.ac:59: -1- m4_pattern_allow([^CXXFLAGS$])
709 m4trace:configure.ac:59: -1- m4_pattern_allow([^LDFLAGS$])
710 m4trace:configure.ac:59: -1- m4_pattern_allow([^LIBS$])
711 m4trace:configure.ac:59: -1- m4_pattern_allow([^CPPFLAGS$])
712 m4trace:configure.ac:59: -1- m4_pattern_allow([^CXX$])
713 m4trace:configure.ac:59: -1- m4_pattern_allow([^ac_ct_CXX$])
714 m4trace:configure.ac:59: -1- _AM_DEPENDENCIES([CXX])
715 m4trace:configure.ac:59: -1- m4_pattern_allow([^CXXDEPMODE$])
716 m4trace:configure.ac:59: -1- AM_CONDITIONAL([am__fastdepCXX], [
717 test "x$enable_dependency_tracking" != xno \
718 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
719 m4trace:configure.ac:59: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
720 m4trace:configure.ac:59: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
721 m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
722 m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
723 m4trace:configure.ac:60: -1- m4_pattern_allow([^CPP$])
724 m4trace:configure.ac:60: -1- m4_pattern_allow([^CPPFLAGS$])
725 m4trace:configure.ac:60: -1- m4_pattern_allow([^CPP$])
726 m4trace:configure.ac:122: -1- m4_pattern_allow([^ECOS_PKGCONFIG$])
727 m4trace:configure.ac:123: -1- m4_pattern_allow([^ECOS_INCLUDE$])
728 m4trace:configure.ac:124: -1- m4_pattern_allow([^ECOS_LIB$])
729 m4trace:configure.ac:125: -1- m4_pattern_allow([^ECOS_HOME$])
730 m4trace:configure.ac:129: -1- m4_pattern_allow([^ON_MODULE$])
731 m4trace:configure.ac:135: -1- m4_pattern_allow([^PROG_GCC$])
732 m4trace:configure.ac:143: -1- m4_pattern_allow([^PROG_GXX$])
733 m4trace:configure.ac:150: -1- m4_pattern_allow([^PROG_AR$])
734 m4trace:configure.ac:157: -1- m4_pattern_allow([^PROG_AS$])
735 m4trace:configure.ac:164: -1- m4_pattern_allow([^PROG_RANLIB$])
736 m4trace:configure.ac:173: -1- m4_pattern_allow([^ON_BUILD_PLATFORM$])
737 m4trace:configure.ac:175: -1- AM_CONDITIONAL([BUILD_FOR_MODULES], [test x$ac_cv_ecos_home != xnone])
738 m4trace:configure.ac:175: -1- m4_pattern_allow([^BUILD_FOR_MODULES_TRUE$])
739 m4trace:configure.ac:175: -1- m4_pattern_allow([^BUILD_FOR_MODULES_FALSE$])
740 m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([BUILD_FOR_MODULES_TRUE])
741 m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([BUILD_FOR_MODULES_FALSE])
742 m4trace:configure.ac:177: -1- m4_pattern_allow([^MODULE_CFLAGS$])
743 m4trace:configure.ac:178: -1- m4_pattern_allow([^MODULE_CXXFLAGS$])
744 m4trace:configure.ac:179: -1- m4_pattern_allow([^MODULE_LDFLAGS$])
745 m4trace:configure.ac:180: -1- m4_pattern_allow([^ARM_CC$])
746 m4trace:configure.ac:181: -1- m4_pattern_allow([^ARM_CXX$])
747 m4trace:configure.ac:182: -1- m4_pattern_allow([^ARM_CPP$])
748 m4trace:configure.ac:183: -1- m4_pattern_allow([^ARM_AR$])
749 m4trace:configure.ac:184: -1- m4_pattern_allow([^ARM_AS$])
750 m4trace:configure.ac:185: -1- m4_pattern_allow([^ARM_RANLIB$])
751 m4trace:configure.ac:186: -1- m4_pattern_allow([^BUILD_TARGET$])
752 m4trace:configure.ac:191: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
753 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
754 configure.ac:191: the top level])
755 m4trace:configure.ac:205: -1- AM_CONDITIONAL([BUILD_DEBUG], [test x$ac_cv_debug == xyes])
756 m4trace:configure.ac:205: -1- m4_pattern_allow([^BUILD_DEBUG_TRUE$])
757 m4trace:configure.ac:205: -1- m4_pattern_allow([^BUILD_DEBUG_FALSE$])
758 m4trace:configure.ac:205: -1- _AM_SUBST_NOTMAKE([BUILD_DEBUG_TRUE])
759 m4trace:configure.ac:205: -1- _AM_SUBST_NOTMAKE([BUILD_DEBUG_FALSE])
760 m4trace:configure.ac:212: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
761 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
762 configure.ac:212: the top level])
763 m4trace:configure.ac:219: -1- m4_pattern_allow([^doxygen$])
764 m4trace:configure.ac:224: -1- m4_pattern_allow([^doxygen$])
765 m4trace:configure.ac:226: -1- m4_pattern_allow([^dot$])
766 m4trace:configure.ac:233: -1- AM_CONDITIONAL([BUILD_DOCUMENTATION], [test x$ac_cv_documentation == xyes])
767 m4trace:configure.ac:233: -1- m4_pattern_allow([^BUILD_DOCUMENTATION_TRUE$])
768 m4trace:configure.ac:233: -1- m4_pattern_allow([^BUILD_DOCUMENTATION_FALSE$])
769 m4trace:configure.ac:233: -1- _AM_SUBST_NOTMAKE([BUILD_DOCUMENTATION_TRUE])
770 m4trace:configure.ac:233: -1- _AM_SUBST_NOTMAKE([BUILD_DOCUMENTATION_FALSE])
771 m4trace:configure.ac:234: -1- m4_pattern_allow([^CFLAGS$])
772 m4trace:configure.ac:246: -1- m4_pattern_allow([^ECOSCONFIG$])
773 m4trace:configure.ac:249: -1- m4_pattern_allow([^CXXCPP$])
774 m4trace:configure.ac:249: -1- m4_pattern_allow([^CPPFLAGS$])
775 m4trace:configure.ac:249: -1- m4_pattern_allow([^CXXCPP$])
776 m4trace:configure.ac:249: -1- m4_pattern_allow([^GREP$])
777 m4trace:configure.ac:249: -1- m4_pattern_allow([^GREP$])
778 m4trace:configure.ac:249: -1- m4_pattern_allow([^EGREP$])
779 m4trace:configure.ac:249: -1- m4_pattern_allow([^EGREP$])
780 m4trace:configure.ac:249: -1- m4_pattern_allow([^STDC_HEADERS$])
781 m4trace:configure.ac:254: -1- m4_pattern_allow([^SED$])
782 m4trace:configure.ac:254: -1- m4_pattern_allow([^SED$])
783 m4trace:configure.ac:260: -1- m4_pattern_allow([^HAVE_STRINGIZE$])
784 m4trace:configure.ac:261: -1- m4_pattern_allow([^PROTOTYPES$])
785 m4trace:configure.ac:261: -1- m4_pattern_allow([^__PROTOTYPES$])
786 m4trace:configure.ac:262: -1- m4_pattern_allow([^volatile$])
787 m4trace:configure.ac:265: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$])
788 m4trace:configure.ac:270: -1- AM_SYS_POSIX_TERMIOS
789 m4trace:configure.ac:270: -1- _m4_warn([obsolete], [The macro `AM_SYS_POSIX_TERMIOS' is obsolete.
790 You should run autoupdate.], [/usr/share/aclocal-1.10/obsolete.m4:28: AM_SYS_POSIX_TERMIOS is expanded from...
791 configure.ac:270: the top level])
792 m4trace:configure.ac:296: -1- m4_pattern_allow([^LIB@&t@OBJS$])
793 m4trace:configure.ac:296: -1- m4_pattern_allow([^LTLIBOBJS$])
794 m4trace:configure.ac:296: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
795 m4trace:configure.ac:296: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS