PageRenderTime 334ms CodeModel.GetById 28ms RepoModel.GetById 2ms app.codeStats 0ms

/autom4te.cache/traces.0

http://rtems-atapi.googlecode.com/
Unknown | 1515 lines | 1427 code | 88 blank | 0 comment | 0 complexity | 64844dcc61e441e335abe29c0c6690f1 MD5 | raw file
Possible License(s): GPL-3.0
  1. m4trace:/usr/local/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
  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.11.1], [],
  5. [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  6. ])
  7. m4trace:/usr/local/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
  8. m4_ifndef([AC_AUTOCONF_VERSION],
  9. [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  10. _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
  11. m4trace:/usr/local/share/aclocal-1.11/as.m4:13: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code.
  12. AC_REQUIRE([AC_PROG_CC])
  13. test "${CCAS+set}" = set || CCAS=$CC
  14. test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
  15. AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
  16. AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
  17. _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
  18. ])
  19. m4trace:/usr/local/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
  20. AC_PREREQ([2.50])dnl
  21. # expand $ac_aux_dir to an absolute path
  22. am_aux_dir=`cd $ac_aux_dir && pwd`
  23. ])
  24. m4trace:/usr/local/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
  25. ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
  26. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  27. AC_SUBST([$1_TRUE])dnl
  28. AC_SUBST([$1_FALSE])dnl
  29. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  30. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  31. m4_define([_AM_COND_VALUE_$1], [$2])dnl
  32. if $2; then
  33. $1_TRUE=
  34. $1_FALSE='#'
  35. else
  36. $1_TRUE='#'
  37. $1_FALSE=
  38. fi
  39. AC_CONFIG_COMMANDS_PRE(
  40. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  41. AC_MSG_ERROR([[conditional "$1" was never defined.
  42. Usually this means the macro was only invoked conditionally.]])
  43. fi])])
  44. m4trace:/usr/local/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
  45. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  46. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  47. AC_REQUIRE([AM_DEP_TRACK])dnl
  48. ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
  49. [$1], CXX, [depcc="$CXX" am_compiler_list=],
  50. [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  51. [$1], UPC, [depcc="$UPC" am_compiler_list=],
  52. [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
  53. [depcc="$$1" am_compiler_list=])
  54. AC_CACHE_CHECK([dependency style of $depcc],
  55. [am_cv_$1_dependencies_compiler_type],
  56. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  57. # We make a subdir and do the tests there. Otherwise we can end up
  58. # making bogus files that we don't know about and never remove. For
  59. # instance it was reported that on HP-UX the gcc test will end up
  60. # making a dummy file named `D' -- because `-MD' means `put the output
  61. # in D'.
  62. mkdir conftest.dir
  63. # Copy depcomp to subdir because otherwise we won't find it if we're
  64. # using a relative directory.
  65. cp "$am_depcomp" conftest.dir
  66. cd conftest.dir
  67. # We will build objects and dependencies in a subdirectory because
  68. # it helps to detect inapplicable dependency modes. For instance
  69. # both Tru64's cc and ICC support -MD to output dependencies as a
  70. # side effect of compilation, but ICC will put the dependencies in
  71. # the current directory while Tru64 will put them in the object
  72. # directory.
  73. mkdir sub
  74. am_cv_$1_dependencies_compiler_type=none
  75. if test "$am_compiler_list" = ""; then
  76. am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
  77. fi
  78. am__universal=false
  79. m4_case([$1], [CC],
  80. [case " $depcc " in #(
  81. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  82. esac],
  83. [CXX],
  84. [case " $depcc " in #(
  85. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  86. esac])
  87. for depmode in $am_compiler_list; do
  88. # Setup a source with many dependencies, because some compilers
  89. # like to wrap large dependency lists on column 80 (with \), and
  90. # we should not choose a depcomp mode which is confused by this.
  91. #
  92. # We need to recreate these files for each test, as the compiler may
  93. # overwrite some of them when testing with obscure command lines.
  94. # This happens at least with the AIX C compiler.
  95. : > sub/conftest.c
  96. for i in 1 2 3 4 5 6; do
  97. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  98. # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  99. # Solaris 8's {/usr,}/bin/sh.
  100. touch sub/conftst$i.h
  101. done
  102. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  103. # We check with `-c' and `-o' for the sake of the "dashmstdout"
  104. # mode. It turns out that the SunPro C++ compiler does not properly
  105. # handle `-M -o', and we need to detect this. Also, some Intel
  106. # versions had trouble with output in subdirs
  107. am__obj=sub/conftest.${OBJEXT-o}
  108. am__minus_obj="-o $am__obj"
  109. case $depmode in
  110. gcc)
  111. # This depmode causes a compiler race in universal mode.
  112. test "$am__universal" = false || continue
  113. ;;
  114. nosideeffect)
  115. # after this tag, mechanisms are not by side-effect, so they'll
  116. # only be used when explicitly requested
  117. if test "x$enable_dependency_tracking" = xyes; then
  118. continue
  119. else
  120. break
  121. fi
  122. ;;
  123. msvisualcpp | msvcmsys)
  124. # This compiler won't grok `-c -o', but also, the minuso test has
  125. # not run yet. These depmodes are late enough in the game, and
  126. # so weak that their functioning should not be impacted.
  127. am__obj=conftest.${OBJEXT-o}
  128. am__minus_obj=
  129. ;;
  130. none) break ;;
  131. esac
  132. if depmode=$depmode \
  133. source=sub/conftest.c object=$am__obj \
  134. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  135. $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  136. >/dev/null 2>conftest.err &&
  137. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  138. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  139. grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  140. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  141. # icc doesn't choke on unknown options, it will just issue warnings
  142. # or remarks (even with -Werror). So we grep stderr for any message
  143. # that says an option was ignored or not supported.
  144. # When given -MP, icc 7.0 and 7.1 complain thusly:
  145. # icc: Command line warning: ignoring option '-M'; no argument required
  146. # The diagnosis changed in icc 8.0:
  147. # icc: Command line remark: option '-MP' not supported
  148. if (grep 'ignoring option' conftest.err ||
  149. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  150. am_cv_$1_dependencies_compiler_type=$depmode
  151. break
  152. fi
  153. fi
  154. done
  155. cd ..
  156. rm -rf conftest.dir
  157. else
  158. am_cv_$1_dependencies_compiler_type=none
  159. fi
  160. ])
  161. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  162. AM_CONDITIONAL([am__fastdep$1], [
  163. test "x$enable_dependency_tracking" != xno \
  164. && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  165. ])
  166. m4trace:/usr/local/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  167. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  168. ])
  169. m4trace:/usr/local/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
  170. [ --disable-dependency-tracking speeds up one-time build
  171. --enable-dependency-tracking do not reject slow dependency extractors])
  172. if test "x$enable_dependency_tracking" != xno; then
  173. am_depcomp="$ac_aux_dir/depcomp"
  174. AMDEPBACKSLASH='\'
  175. fi
  176. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  177. AC_SUBST([AMDEPBACKSLASH])dnl
  178. _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
  179. ])
  180. m4trace:/usr/local/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
  181. # Autoconf 2.62 quotes --file arguments for eval, but not when files
  182. # are listed without --file. Let's play safe and only enable the eval
  183. # if we detect the quoting.
  184. case $CONFIG_FILES in
  185. *\'*) eval set x "$CONFIG_FILES" ;;
  186. *) set x $CONFIG_FILES ;;
  187. esac
  188. shift
  189. for mf
  190. do
  191. # Strip MF so we end up with the name of the file.
  192. mf=`echo "$mf" | sed -e 's/:.*$//'`
  193. # Check whether this is an Automake generated Makefile or not.
  194. # We used to match only the files named `Makefile.in', but
  195. # some people rename them; so instead we look at the file content.
  196. # Grep'ing the first line is not enough: some people post-process
  197. # each Makefile.in and add a new line on top of each file to say so.
  198. # Grep'ing the whole file is not good either: AIX grep has a line
  199. # limit of 2048, but all sed's we know have understand at least 4000.
  200. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  201. dirpart=`AS_DIRNAME("$mf")`
  202. else
  203. continue
  204. fi
  205. # Extract the definition of DEPDIR, am__include, and am__quote
  206. # from the Makefile without running `make'.
  207. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  208. test -z "$DEPDIR" && continue
  209. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  210. test -z "am__include" && continue
  211. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  212. # When using ansi2knr, U may be empty or an underscore; expand it
  213. U=`sed -n 's/^U = //p' < "$mf"`
  214. # Find all dependency output files, they are included files with
  215. # $(DEPDIR) in their names. We invoke sed twice because it is the
  216. # simplest approach to changing $(DEPDIR) to its actual value in the
  217. # expansion.
  218. for file in `sed -n "
  219. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  220. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  221. # Make sure the directory exists.
  222. test -f "$dirpart/$file" && continue
  223. fdir=`AS_DIRNAME(["$file"])`
  224. AS_MKDIR_P([$dirpart/$fdir])
  225. # echo "creating $dirpart/$file"
  226. echo '# dummy' > "$dirpart/$file"
  227. done
  228. done
  229. }
  230. ])
  231. m4trace:/usr/local/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
  232. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  233. [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  234. ])
  235. m4trace:/usr/local/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
  236. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  237. dnl the ones we care about.
  238. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  239. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  240. AC_REQUIRE([AC_PROG_INSTALL])dnl
  241. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  242. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  243. # is not polluted with repeated "-I."
  244. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  245. # test to see if srcdir already configured
  246. if test -f $srcdir/config.status; then
  247. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  248. fi
  249. fi
  250. # test whether we have cygpath
  251. if test -z "$CYGPATH_W"; then
  252. if (cygpath --version) >/dev/null 2>/dev/null; then
  253. CYGPATH_W='cygpath -w'
  254. else
  255. CYGPATH_W=echo
  256. fi
  257. fi
  258. AC_SUBST([CYGPATH_W])
  259. # Define the identity of the package.
  260. dnl Distinguish between old-style and new-style calls.
  261. m4_ifval([$2],
  262. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  263. AC_SUBST([PACKAGE], [$1])dnl
  264. AC_SUBST([VERSION], [$2])],
  265. [_AM_SET_OPTIONS([$1])dnl
  266. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  267. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
  268. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  269. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  270. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  271. _AM_IF_OPTION([no-define],,
  272. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  273. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  274. # Some tools Automake needs.
  275. AC_REQUIRE([AM_SANITY_CHECK])dnl
  276. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  277. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  278. AM_MISSING_PROG(AUTOCONF, autoconf)
  279. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  280. AM_MISSING_PROG(AUTOHEADER, autoheader)
  281. AM_MISSING_PROG(MAKEINFO, makeinfo)
  282. AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  283. AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  284. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  285. # We need awk for the "check" target. The system "awk" is bad on
  286. # some platforms.
  287. AC_REQUIRE([AC_PROG_AWK])dnl
  288. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  289. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  290. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  291. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  292. [_AM_PROG_TAR([v7])])])
  293. _AM_IF_OPTION([no-dependencies],,
  294. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  295. [_AM_DEPENDENCIES(CC)],
  296. [define([AC_PROG_CC],
  297. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  298. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  299. [_AM_DEPENDENCIES(CXX)],
  300. [define([AC_PROG_CXX],
  301. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  302. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  303. [_AM_DEPENDENCIES(OBJC)],
  304. [define([AC_PROG_OBJC],
  305. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  306. ])
  307. _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
  308. dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
  309. dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
  310. dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
  311. AC_CONFIG_COMMANDS_PRE(dnl
  312. [m4_provide_if([_AM_COMPILER_EXEEXT],
  313. [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  314. ])
  315. m4trace:/usr/local/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
  316. _am_arg=$1
  317. _am_stamp_count=1
  318. for _am_header in $config_headers :; do
  319. case $_am_header in
  320. $_am_arg | $_am_arg:* )
  321. break ;;
  322. * )
  323. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  324. esac
  325. done
  326. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  327. m4trace:/usr/local/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  328. if test x"${install_sh}" != xset; then
  329. case $am_aux_dir in
  330. *\ * | *\ *)
  331. install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  332. *)
  333. install_sh="\${SHELL} $am_aux_dir/install-sh"
  334. esac
  335. fi
  336. AC_SUBST(install_sh)])
  337. m4trace:/usr/local/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
  338. mkdir .tst 2>/dev/null
  339. if test -d .tst; then
  340. am__leading_dot=.
  341. else
  342. am__leading_dot=_
  343. fi
  344. rmdir .tst 2>/dev/null
  345. AC_SUBST([am__leading_dot])])
  346. m4trace:/usr/local/share/aclocal-1.11/maintainer.m4:19: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
  347. [enable], [m4_define([am_maintainer_other], [disable])],
  348. [disable], [m4_define([am_maintainer_other], [enable])],
  349. [m4_define([am_maintainer_other], [enable])
  350. m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
  351. AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
  352. dnl maintainer-mode's default is 'disable' unless 'enable' is passed
  353. AC_ARG_ENABLE([maintainer-mode],
  354. [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
  355. (and sometimes confusing) to the casual installer],
  356. [USE_MAINTAINER_MODE=$enableval],
  357. [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
  358. AC_MSG_RESULT([$USE_MAINTAINER_MODE])
  359. AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
  360. MAINT=$MAINTAINER_MODE_TRUE
  361. AC_SUBST([MAINT])dnl
  362. ])
  363. m4trace:/usr/local/share/aclocal-1.11/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
  364. m4trace:/usr/local/share/aclocal-1.11/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
  365. You should run autoupdate.])dnl
  366. AM_MAINTAINER_MODE])
  367. m4trace:/usr/local/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
  368. cat > confinc << 'END'
  369. am__doit:
  370. @echo this is the am__doit target
  371. .PHONY: am__doit
  372. END
  373. # If we don't find an include directive, just comment out the code.
  374. AC_MSG_CHECKING([for style of include used by $am_make])
  375. am__include="#"
  376. am__quote=
  377. _am_result=none
  378. # First try GNU make style include.
  379. echo "include confinc" > confmf
  380. # Ignore all kinds of additional output from `make'.
  381. case `$am_make -s -f confmf 2> /dev/null` in #(
  382. *the\ am__doit\ target*)
  383. am__include=include
  384. am__quote=
  385. _am_result=GNU
  386. ;;
  387. esac
  388. # Now try BSD make style include.
  389. if test "$am__include" = "#"; then
  390. echo '.include "confinc"' > confmf
  391. case `$am_make -s -f confmf 2> /dev/null` in #(
  392. *the\ am__doit\ target*)
  393. am__include=.include
  394. am__quote="\""
  395. _am_result=BSD
  396. ;;
  397. esac
  398. fi
  399. AC_SUBST([am__include])
  400. AC_SUBST([am__quote])
  401. AC_MSG_RESULT([$_am_result])
  402. rm -f confinc confmf
  403. ])
  404. m4trace:/usr/local/share/aclocal-1.11/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
  405. AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  406. AC_REQUIRE_AUX_FILE([compile])dnl
  407. # FIXME: we rely on the cache variable name because
  408. # there is no other way.
  409. set dummy $CC
  410. am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
  411. eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
  412. if test "$am_t" != yes; then
  413. # Losing compiler, so override with the script.
  414. # FIXME: It is wrong to rewrite CC.
  415. # But if we don't then we get into trouble of one sort or another.
  416. # A longer-term fix would be to have automake use am__CC in this case,
  417. # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
  418. CC="$am_aux_dir/compile $CC"
  419. fi
  420. dnl Make sure AC_PROG_CC is never called again, or it will override our
  421. dnl setting of CC.
  422. m4_define([AC_PROG_CC],
  423. [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
  424. ])
  425. m4trace:/usr/local/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
  426. $1=${$1-"${am_missing_run}$2"}
  427. AC_SUBST($1)])
  428. m4trace:/usr/local/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  429. AC_REQUIRE_AUX_FILE([missing])dnl
  430. if test x"${MISSING+set}" != xset; then
  431. case $am_aux_dir in
  432. *\ * | *\ *)
  433. MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  434. *)
  435. MISSING="\${SHELL} $am_aux_dir/missing" ;;
  436. esac
  437. fi
  438. # Use eval to expand $SHELL
  439. if eval "$MISSING --run true"; then
  440. am_missing_run="$MISSING --run "
  441. else
  442. am_missing_run=
  443. AC_MSG_WARN([`missing' script is too old or missing])
  444. fi
  445. ])
  446. m4trace:/usr/local/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
  447. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  448. dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
  449. dnl while keeping a definition of mkdir_p for backward compatibility.
  450. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
  451. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
  452. dnl Makefile.ins that do not define MKDIR_P, so we do our own
  453. dnl adjustment using top_builddir (which is defined more often than
  454. dnl MKDIR_P).
  455. AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
  456. case $mkdir_p in
  457. [[\\/$]]* | ?:[[\\/]]*) ;;
  458. */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  459. esac
  460. ])
  461. m4trace:/usr/local/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  462. m4trace:/usr/local/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  463. m4trace:/usr/local/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  464. m4trace:/usr/local/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  465. m4trace:/usr/local/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
  466. ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
  467. ac_status=$?
  468. echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  469. (exit $ac_status); }])
  470. m4trace:/usr/local/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
  471. # Just in case
  472. sleep 1
  473. echo timestamp > conftest.file
  474. # Reject unsafe characters in $srcdir or the absolute working directory
  475. # name. Accept space and tab only in the latter.
  476. am_lf='
  477. '
  478. case `pwd` in
  479. *[[\\\"\#\$\&\'\`$am_lf]]*)
  480. AC_MSG_ERROR([unsafe absolute working directory name]);;
  481. esac
  482. case $srcdir in
  483. *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  484. AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
  485. esac
  486. # Do `set' in a subshell so we don't clobber the current shell's
  487. # arguments. Must try -L first in case configure is actually a
  488. # symlink; some systems play weird games with the mod time of symlinks
  489. # (eg FreeBSD returns the mod time of the symlink's containing
  490. # directory).
  491. if (
  492. set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  493. if test "$[*]" = "X"; then
  494. # -L didn't work.
  495. set X `ls -t "$srcdir/configure" conftest.file`
  496. fi
  497. rm -f conftest.file
  498. if test "$[*]" != "X $srcdir/configure conftest.file" \
  499. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  500. # If neither matched, then we have a broken ls. This can happen
  501. # if, for instance, CONFIG_SHELL is bash and it inherits a
  502. # broken ls alias from the environment. This has actually
  503. # happened. Such a system could not be considered "sane".
  504. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  505. alias in your environment])
  506. fi
  507. test "$[2]" = conftest.file
  508. )
  509. then
  510. # Ok.
  511. :
  512. else
  513. AC_MSG_ERROR([newly created file is older than distributed files!
  514. Check your system clock])
  515. fi
  516. AC_MSG_RESULT(yes)])
  517. m4trace:/usr/local/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
  518. [ --enable-silent-rules less verbose build output (undo: `make V=1')
  519. --disable-silent-rules verbose build output (undo: `make V=0')])
  520. case $enable_silent_rules in
  521. yes) AM_DEFAULT_VERBOSITY=0;;
  522. no) AM_DEFAULT_VERBOSITY=1;;
  523. *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
  524. esac
  525. AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
  526. AM_BACKSLASH='\'
  527. AC_SUBST([AM_BACKSLASH])dnl
  528. _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
  529. ])
  530. m4trace:/usr/local/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  531. # Installed binaries are usually stripped using `strip' when the user
  532. # run `make install-strip'. However `strip' might not be the right
  533. # tool to use in cross-compilation environments, therefore Automake
  534. # will honor the `STRIP' environment variable to overrule this program.
  535. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  536. if test "$cross_compiling" != no; then
  537. AC_CHECK_TOOL([STRIP], [strip], :)
  538. fi
  539. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  540. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  541. m4trace:/usr/local/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
  542. m4trace:/usr/local/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  543. m4trace:/usr/local/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
  544. AM_MISSING_PROG([AMTAR], [tar])
  545. m4_if([$1], [v7],
  546. [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
  547. [m4_case([$1], [ustar],, [pax],,
  548. [m4_fatal([Unknown tar format])])
  549. AC_MSG_CHECKING([how to create a $1 tar archive])
  550. # Loop over all known methods to create a tar archive until one works.
  551. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  552. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  553. # Do not fold the above two line into one, because Tru64 sh and
  554. # Solaris sh will not grok spaces in the rhs of `-'.
  555. for _am_tool in $_am_tools
  556. do
  557. case $_am_tool in
  558. gnutar)
  559. for _am_tar in tar gnutar gtar;
  560. do
  561. AM_RUN_LOG([$_am_tar --version]) && break
  562. done
  563. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  564. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  565. am__untar="$_am_tar -xf -"
  566. ;;
  567. plaintar)
  568. # Must skip GNU tar: if it does not support --format= it doesn't create
  569. # ustar tarball either.
  570. (tar --version) >/dev/null 2>&1 && continue
  571. am__tar='tar chf - "$$tardir"'
  572. am__tar_='tar chf - "$tardir"'
  573. am__untar='tar xf -'
  574. ;;
  575. pax)
  576. am__tar='pax -L -x $1 -w "$$tardir"'
  577. am__tar_='pax -L -x $1 -w "$tardir"'
  578. am__untar='pax -r'
  579. ;;
  580. cpio)
  581. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  582. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  583. am__untar='cpio -i -H $1 -d'
  584. ;;
  585. none)
  586. am__tar=false
  587. am__tar_=false
  588. am__untar=false
  589. ;;
  590. esac
  591. # If the value was cached, stop now. We just wanted to have am__tar
  592. # and am__untar set.
  593. test -n "${am_cv_prog_tar_$1}" && break
  594. # tar/untar a dummy directory, and stop if the command works
  595. rm -rf conftest.dir
  596. mkdir conftest.dir
  597. echo GrepMe > conftest.dir/file
  598. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  599. rm -rf conftest.dir
  600. if test -s conftest.tar; then
  601. AM_RUN_LOG([$am__untar <conftest.tar])
  602. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  603. fi
  604. done
  605. rm -rf conftest.dir
  606. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  607. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  608. AC_SUBST([am__tar])
  609. AC_SUBST([am__untar])
  610. ])
  611. m4trace:aclocal/canonical-target-name.m4:11: -1- AC_DEFUN([RTEMS_CANONICAL_TARGET_CPU], [
  612. AC_MSG_CHECKING(rtems target cpu)
  613. case "${target}" in
  614. # hpux unix port should go here
  615. i[[34567]]86-*linux*) # unix "simulator" port
  616. RTEMS_CPU=unix
  617. ;;
  618. i[[34567]]86-*freebsd*) # unix "simulator" port
  619. RTEMS_CPU=unix
  620. ;;
  621. i[[34567]]86-pc-cygwin*) # Cygwin is just enough unix like :)
  622. RTEMS_CPU=unix
  623. ;;
  624. no_cpu-*rtems*)
  625. RTEMS_CPU=no_cpu
  626. ;;
  627. sparc-sun-solaris*) # unix "simulator" port
  628. RTEMS_CPU=unix
  629. ;;
  630. tic4x-*rtems*) # gcc changed the name
  631. RTEMS_CPU=c4x
  632. ;;
  633. *)
  634. RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
  635. ;;
  636. esac
  637. AC_SUBST(RTEMS_CPU)
  638. AC_MSG_RESULT($RTEMS_CPU)
  639. ])
  640. m4trace:aclocal/canonicalize-tools.m4:7: -1- AC_DEFUN([RTEMS_CANONICALIZE_TOOLS], [AC_REQUIRE([RTEMS_PROG_CC])dnl
  641. dnl FIXME: What shall be done if these tools are not available?
  642. RTEMS_CHECK_TOOL(AR,ar,no)
  643. dnl special treatment of ranlib
  644. RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
  645. dnl special treatment of ranlib
  646. RTEMS_CHECK_TOOL(OBJDUMP,objdump,no)
  647. dnl special treatment of ranlib
  648. RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
  649. ])
  650. m4trace:aclocal/check-tool.m4:6: -1- AC_DEFUN([RTEMS_CHECK_TOOL], [
  651. AS_IF([test "x$build_alias" != "x$host_alias"],
  652. [rtems_tool_prefix=${ac_tool_prefix}])
  653. AC_CHECK_PROG($1, ${rtems_tool_prefix}$2, ${rtems_tool_prefix}$2, $3, $4)
  654. ])
  655. m4trace:aclocal/enable-networking.m4:3: -1- AC_DEFUN([RTEMS_ENABLE_NETWORKING], [
  656. AC_ARG_ENABLE(networking,
  657. AC_HELP_STRING([--enable-networking],[enable networking]),
  658. [networking_mode="DHCP"
  659. case "${enable_networking}" in
  660. static)
  661. enable_networking=yes
  662. networking_mode="static" ;;
  663. dhcp)
  664. enable_networking=yes
  665. networking_mode="DHCP" ;;
  666. yes) enable_networking=yes ;;
  667. no) enable_networking=no ;;
  668. *) AC_MSG_ERROR([bad value ${enable_networking} for networking]) ;;
  669. esac],[enable_networking=yes])
  670. AS_IF([test x"${enable_networking}" = x"yes"],
  671. [RTEMS_APP_NETWORKING=1
  672. AS_IF([test x"${networking_mode}" = x"static"],
  673. [RTEMS_APP_NETWORKINS_STATIC=1
  674. RTEMS_CPPFLAGS="${RTEMS_CPPFLAGS} -DRTEMS_APP_NETWORKING_STATIC=1"])
  675. AS_IF([test x"${networking_mode}" = x"DHCP"],
  676. [RTEMS_APP_NETWORKINS_DHCP=1
  677. RTEMS_CPPFLAGS="${RTEMS_CPPFLAGS} -DRTEMS_APP_NETWORKING_DHCP=1"])
  678. ],[RTEMS_APP_NETWORKING=0
  679. networking_mode="none"])
  680. AC_MSG_CHECKING([for networking])
  681. AC_MSG_RESULT([${enable_networking} (${networking_mode})])
  682. AC_SUBST(RTEMS_APP_NETWORKING)
  683. AM_CONDITIONAL(RTEMS_APP_NETWORKING, test x"${enable_networking}" = x"yes")
  684. AM_CONDITIONAL(RTEMS_APP_NETWORKING_STATIC, test x"${networking_mode}" = x"static")
  685. AM_CONDITIONAL(RTEMS_APP_NETWORKING_DHCP, test x"${networking_mode}" = x"DHCP")
  686. RTEMS_CPPFLAGS="${RTEMS_CPPFLAGS} -DRTEMS_APP_NETWORKING=${RTEMS_APP_NETWORKING}"
  687. ])
  688. m4trace:aclocal/enable-rtems-debug.m4:3: -1- AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG], [
  689. AC_ARG_ENABLE(rtems-debug,
  690. AC_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
  691. [case "${enable_rtems_debug}" in
  692. yes) enable_rtems_debug=yes ;;
  693. no) enable_rtems_debug=no ;;
  694. *) AC_MSG_ERROR([bad value ${enable_rtems_debug} for RTEMS_DEBUG]) ;;
  695. esac],[enable_rtems_debug=no])
  696. ])
  697. m4trace:aclocal/enable-rtemsbsp.m4:6: -1- AC_DEFUN([RTEMS_ENABLE_RTEMSBSP], [
  698. AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
  699. AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
  700. AC_REQUIRE([RTEMS_RTEMSPATH])dnl sets RTEMSPATH
  701. AC_ARG_ENABLE(rtemsbsp,
  702. [AC_HELP_STRING([--enable-rtemsbsp="bsp1"],
  703. [BSPs to include in build])],
  704. [case "${enable_rtemsbsp}" in
  705. yes ) enable_rtemsbsp="no" ;;
  706. no ) enable_rtemsbsp="no" ;;
  707. *) enable_rtemsbsp="$enable_rtemsbsp" ;;
  708. esac],[enable_rtemsbsp="no"])
  709. AS_IF([test x"$enable_rtemsbsp" = x"no"],[
  710. AC_MSG_ERROR([no valid BSP provided, use --enable-rtemsbsp="bsp"])
  711. ])
  712. RTEMS_COMPILER=${RTEMSPATH}/make/compilers/gcc-target-default.cfg
  713. RTEMS_BSP=$enable_rtemsbsp
  714. RTEMS_BSP_PATH=${RTEMSPATH_CPUAPI}/${enable_rtemsbsp}
  715. RTEMS_BSP_BSPCFG=${RTEMS_BSP_PATH}/make/bsp.cfg
  716. RTEMS_BSP_MAKECFG=${RTEMSPATH}/make/custom/${enable_rtemsbsp}.cfg
  717. RTEMS_BSP_INC=${RTEMS_BSP_PATH}/lib/include
  718. AC_MSG_CHECKING([for BSP ${RTEMS_BSP}])
  719. AS_IF([test ! -f ${RTEMS_BSP_BSPCFG}],[
  720. AC_MSG_RESULT([not found])
  721. AC_MSG_ERROR([no valid BSP configuration file found: ${RTEMS_BSP_BSPCFG}])
  722. ])
  723. AS_IF([test ! -f ${RTEMS_BSP_MAKECFG}],[
  724. AC_MSG_RESULT([not found])
  725. AC_MSG_ERROR([no valid BSP custom make configuration file found: ${RTEMS_BSP_MAKECFG}])
  726. ])
  727. AS_IF([test ! -f ${RTEMS_BSP_INC}/bsp.h],[
  728. AC_MSG_RESULT([not found])
  729. AC_MSG_ERROR([no valid BSP header found: ${RTEMS_BSP_INC}/bsp.h])
  730. ])
  731. AS_IF([test ! -f ${RTEMS_BSP_INC}/rtems.h],[
  732. AC_MSG_RESULT([not found])
  733. AC_MSG_ERROR([no valid RTEMS header found: ${RTEMS_BSP_INC}/rtems.h])
  734. ])
  735. AS_IF([test ! -f ${RTEMS_BSP_INC}/rtems/rtems/status.h],[
  736. AC_MSG_RESULT([not found])
  737. AC_MSG_ERROR([no valid RTEMS header found: ${RTEMS_BSP_INC}/rtems/rtems/status.h])
  738. ])
  739. AC_MSG_RESULT([found])
  740. AC_SUBST(RTEMS_COMPILER)
  741. AC_SUBST(RTEMS_BSP)
  742. AC_SUBST(RTEMS_BSP_BSPCFG)
  743. AC_SUBST(RTEMS_BSP_MAKECFG)
  744. AC_SUBST(RTEMS_BSP_INC)
  745. ])
  746. m4trace:aclocal/examples-version.m4:1: -1- AC_DEFUN([RTEMS_PACKAGE_VERSIONING], [])
  747. m4trace:aclocal/gcc-pipe.m4:7: -1- AC_DEFUN([RTEMS_GCC_PIPE], [AC_REQUIRE([RTEMS_PROG_CC])
  748. AC_REQUIRE([AC_CANONICAL_HOST])
  749. AC_CACHE_CHECK(whether $CC accepts --pipe,rtems_cv_gcc_pipe,
  750. [
  751. rtems_cv_gcc_pipe=no
  752. if test x"$GCC" = x"yes"; then
  753. echo 'void f(){}' >conftest.c
  754. if test -z "`${CC} --pipe -c conftest.c 2>&1`";then
  755. rtems_cv_gcc_pipe=yes
  756. fi
  757. rm -f conftest*
  758. fi
  759. ])
  760. ])
  761. m4trace:aclocal/obj-format.m4:3: -1- AC_DEFUN([RTEMS_OBJECT_FORMAT], [
  762. AC_MSG_CHECKING([for object file format])
  763. save_CFLAGS="$CFLAGS"
  764. CFLAGS="$CFLAGS -c -o conftest.o"
  765. AC_TRY_COMPILE([],[],
  766. [RTEMS_OBJ_FORMAT=`${OBJDUMP} -f conftest.o | grep .o: | sed -e "s/^.*format //"`],
  767. [RTEMS_OBJ_FORMAT=none])
  768. CFLAGS="$save_CFLAGS"
  769. AC_MSG_RESULT([$RTEMS_OBJ_FORMAT])
  770. AC_SUBST(RTEMS_OBJ_FORMAT)
  771. ])
  772. m4trace:aclocal/prog-cc.m4:7: -1- AC_DEFUN([RTEMS_PROG_CC], [
  773. AC_BEFORE([$0], [AC_PROG_CPP])dnl
  774. AC_BEFORE([$0], [AC_PROG_CC])dnl
  775. AC_BEFORE([$0], [RTEMS_CANONICALIZE_TOOLS])dnl
  776. RTEMS_CHECK_TOOL(CC,gcc)
  777. test -z "$CC" && \
  778. AC_MSG_ERROR([no acceptable cc found in \$PATH])
  779. AC_PROG_CC
  780. AC_PROG_CXX
  781. AC_PROG_CPP
  782. ])
  783. m4trace:aclocal/prog-cc.m4:21: -1- AC_DEFUN([RTEMS_PROG_CC_FOR_TARGET], [
  784. dnl check target cc
  785. RTEMS_PROG_CC
  786. dnl check if the target compiler may use --pipe
  787. RTEMS_GCC_PIPE
  788. test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
  789. if test "$GCC" = yes; then
  790. RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall"
  791. m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"])
  792. fi
  793. AC_SUBST(RTEMS_CFLAGS)
  794. RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)"
  795. AC_SUBST(RTEMS_CPPFLAGS)
  796. ])
  797. m4trace:aclocal/prog-ccas.m4:3: -1- AC_DEFUN([RTEMS_PROG_CCAS], [
  798. AC_REQUIRE([RTEMS_PROG_CC])
  799. AM_PROG_AS
  800. AC_SUBST(RTEMS_CCASFLAGS,["-DASM \$(CFLAGS)"])
  801. ])
  802. m4trace:aclocal/rtems-package-top.m4:10: -1- AC_DEFUN([RTEMS_PACKAGE_TOP], [dnl
  803. AC_REQUIRE([RTEMS_VERSIONING])
  804. AC_REQUIRE([RTEMS_PACKAGE_VERSIONING])
  805. AC_CONFIG_AUX_DIR([$3])
  806. AC_CHECK_PROGS(MAKE, gmake make)
  807. AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
  808. AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
  809. RTEMS_TOPdir="$3";
  810. AC_SUBST(RTEMS_TOPdir)
  811. dots=`echo $with_target_subdir|\
  812. sed -e 's,^\.$,,' -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
  813. PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
  814. AC_SUBST(PROJECT_TOPdir)
  815. PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
  816. AC_SUBST(PROJECT_ROOT)
  817. AC_MSG_CHECKING([for RTEMS $1 Version])
  818. AC_MSG_RESULT([$2])
  819. ])
  820. m4trace:aclocal/rtems-path.m4:6: -1- AC_DEFUN([RTEMS_RTEMSPATH], [dnl
  821. AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
  822. AC_MSG_CHECKING([for RTEMS])
  823. RTEMSPATH=${prefix}
  824. RTEMSPATH_CPUAPI=[${RTEMSPATH}/${host_alias}]
  825. AS_IF([test ! -d ${RTEMSPATH}],
  826. AC_MSG_RESULT([not found])
  827. AC_MSG_ERROR([invalid path to RTEMS: ${RTEMSPATH}]))
  828. AS_IF([test ! -d ${RTEMSPATH}/bin],
  829. AC_MSG_RESULT([not found])
  830. AC_MSG_ERROR([invalid path to RTEMS bin: ${RTEMSPATH}/bin]))
  831. AC_MSG_RESULT([$RTEMSPATH])
  832. AC_SUBST(RTEMSPATH)
  833. AC_SUBST(RTEMS_ROOT, $RTEMSPATH)
  834. AC_SUBST(RTEMSPATH_CPUAPI)
  835. ])
  836. m4trace:aclocal/version.m4:1: -1- AC_DEFUN([RTEMS_VERSIONING], [])
  837. m4trace:acinclude.m4:14: -1- AC_DEFUN([_RTEMS_ARG_VAR], [
  838. m4_expand_once([m4_divert_once([HELP_VAR],
  839. [AC_HELP_STRING([$1], [$2], [ ])])],
  840. [$0($1)])dnl
  841. ])
  842. m4trace:acinclude.m4:21: -1- AC_DEFUN([_RTEMS_SUBST_IFNOT], [AS_IF([`echo " [$]$1 " | grep " $2 " > /dev/null`],
  843. [],
  844. [AC_SUBST([$1],["[$]$1 $2"])])
  845. ])
  846. m4trace:acinclude.m4:27: -1- AC_DEFUN([_RTEMS_TOOLS], [
  847. m4_ifdef([_RTEMS_$2_CONFIGDIRS_LIST],
  848. [
  849. _RTEMS_ARG_VAR([CC_FOR_$2],
  850. [c-compiler to be used for $1 subdirs (default: auto-detected)])
  851. _RTEMS_ARG_VAR([CFLAGS_FOR_$2],
  852. [c-flags to be used for $1 subdirs (default: provided by autoconf)])
  853. _RTEMS_ARG_VAR([CXX_FOR_$2],
  854. [c++-compiler to be used for $1 subdirs (default: auto-detected)])
  855. _RTEMS_ARG_VAR([CXXFLAGS_FOR_$2],
  856. [c++-flags to be used for $1 subdirs (default: provided by autoconf)])
  857. ])
  858. ])
  859. m4trace:acinclude.m4:42: -1- AC_DEFUN([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS], [
  860. AC_CONFIG_COMMANDS_PRE([
  861. if test -z "${build_alias}"; then
  862. # build_alias is empty
  863. if test -z "${host_alias}"; then
  864. # host_alias is empty
  865. if test -z "${target_alias}"; then
  866. : target_alias is empty
  867. else
  868. : target_alias is not empty
  869. fi
  870. else
  871. # host_alias is not empty
  872. if test -z "${target_alias}"; then
  873. : target_alias is empty
  874. target_alias="${host_alias}"
  875. else
  876. : target_alias is not empty
  877. fi
  878. fi
  879. else
  880. # build_alias is not empty
  881. if test -z "${host_alias}"; then
  882. # host_alias is empty
  883. if test -z "${target_alias}"; then
  884. : target_alias is empty
  885. else
  886. : target_alias is not empty
  887. fi
  888. else
  889. # host_alias is not empty
  890. if test -z "${target_alias}"; then
  891. : target_alias is empty
  892. target_alias="${host_alias}"
  893. else
  894. : target_alias is not empty
  895. fi
  896. fi
  897. fi
  898. _RTEMS_BUILD_CONFIG_PREPARE
  899. _RTEMS_HOST_CONFIG_PREPARE
  900. _RTEMS_TARGET_CONFIG_PREPARE
  901. build_subdir="."
  902. build_SUBDIRS="${build_configdirs}"
  903. build_configdirs="${build_configdirs}"
  904. AS_IF([test $build != $host],
  905. [dnl
  906. host_subdir="${host_alias-$host}"
  907. host_SUBDIRS=`echo "${host_configdirs}" | \
  908. sed -e "s%\([[^ ]][[^ ]]*\)%$host_subdir/\1%g"`
  909. host_configdirs="${host_configdirs}"
  910. ],[dnl
  911. host_SUBDIRS="${host_configdirs}"
  912. host_configdirs="${host_configdirs}"
  913. ])
  914. AS_IF([test $build != $target],
  915. [dnl
  916. target_subdir="${target_alias-$target}"
  917. target_SUBDIRS=`echo "${target_configdirs}" | \
  918. sed -e "s%\([[^ ]][[^ ]]*\)%$target_subdir/\1%g"`
  919. target_configdirs="${target_configdirs}"
  920. ],[dnl
  921. target_SUBDIRS="${target_configdirs}"
  922. target_configdirs="${target_configdirs}"
  923. ])
  924. AC_SUBST(host_SUBDIRS)
  925. AC_SUBST(target_SUBDIRS)
  926. AC_SUBST(build_SUBDIRS)
  927. ])
  928. AC_CONFIG_COMMANDS_POST([
  929. _RTEMS_OUTPUT_SUBDIRS([build],[BUILD])
  930. _RTEMS_OUTPUT_SUBDIRS([host],[HOST])
  931. _RTEMS_OUTPUT_SUBDIRS([target],[TARGET])
  932. ])
  933. ])
  934. m4trace:acinclude.m4:189: -1- AC_DEFUN([_RTEMS_OUTPUT_SUBDIRS], [
  935. m4_ifdef([_RTEMS_$2_CONFIGDIRS_LIST],
  936. [
  937. if test "$no_recursion" != yes; then
  938. if test -n "${$1_SUBDIRS}"; then
  939. ac_sub_configure_args="[$]$1args"
  940. # Always prepend --prefix to ensure using the same prefix
  941. # in subdir configurations.
  942. ac_sub_configure_args="'--prefix=$prefix' $ac_sub_configure_args"
  943. # make sure that $1_subdir is not empty
  944. test -n "$$1_subdir" || $1_subdir="."
  945. case "$$1_subdir" in
  946. "." ) ;;
  947. * )
  948. ac_sub_configure_args="$ac_sub_configure_args '--with-target-subdir=$$1_subdir'"
  949. ac_sub_configure_args="$ac_sub_configure_args '--exec-prefix=${prefix}/$$1_subdir'"
  950. ac_sub_configure_args="$ac_sub_configure_args '--includedir=${prefix}/$$1_subdir/include'"
  951. ;;
  952. esac
  953. ac_popdir=`pwd`
  954. for ac_dir in $$1_configdirs; do
  955. # Do not complain, so a configure script can configure whichever
  956. # parts of a large source tree are present.
  957. test -d $srcdir/$ac_dir || continue
  958. AC_MSG_NOTICE([configuring in $$1_subdir/$ac_dir])
  959. AS_MKDIR_P(["$$1_subdir/$ac_dir"])
  960. _RTEMS_SRCPATHS(["$ac_dir"],["$$1_subdir"])
  961. cd $$1_subdir/$ac_dir
  962. # Check for guested configure; otherwise get Cygnus style configure.
  963. if test -f $ac_srcdir/configure.gnu; then
  964. ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
  965. elif test -f $ac_srcdir/configure; then
  966. ac_sub_configure="$SHELL '$ac_srcdir/configure'"
  967. elif test -f $ac_srcdir/configure.in; then
  968. ac_sub_configure=$ac_configure
  969. else
  970. AC_MSG_WARN([no configuration information is in $ac_dir])
  971. ac_sub_configure=
  972. fi
  973. # The recursion is here.
  974. if test -n "$ac_sub_configure"; then
  975. # Make the cache file name correct relative to the subdirectory.
  976. case $cache_file in
  977. [[\\/]]* | ?:[[\\/]]* ) ac_sub_cache_file=$cache_file ;;
  978. *) # Relative path.
  979. ac_sub_cache_file=$ac_top_builddir$cache_file ;;
  980. esac
  981. ac_sub_configure_vars=
  982. ac_sub_configure_vars="$ac_sub_configure_vars '--cache-file=$ac_sub_cache_file'"
  983. ac_sub_configure_vars="$ac_sub_configure_vars '--srcdir=$ac_srcdir'"
  984. test -n "[$]CC_FOR_$2" && \
  985. ac_sub_configure_vars="$ac_sub_configure_vars 'CC=[$]CC_FOR_$2'"
  986. test -n "[$]CXX_FOR_$2" && \
  987. ac_sub_configure_vars="$ac_sub_configure_vars 'CXX=[$]CXX_FOR_$2'"
  988. test -n "[$]CFLAGS_FOR_$2" && \
  989. ac_sub_configure_vars="$ac_sub_configure_vars 'CFLAGS=[$]CFLAGS_FOR_$2'"
  990. test -n "[$]CXXFLAGS_FOR_$2" && \
  991. ac_sub_configure_vars="$ac_sub_configure_vars 'CXXFLAGS=[$]CXXFLAGS_FOR_$2'"
  992. # The eval makes quoting arguments work.
  993. AC_MSG_NOTICE([running $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars])
  994. eval $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars ||
  995. AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
  996. fi
  997. cd "$ac_popdir"
  998. done
  999. fi
  1000. fi
  1001. ])
  1002. ])
  1003. m4trace:acinclude.m4:273: -1- AC_DEFUN([_RTEMS_CONFIGURE_ARGS_PRUNE], [
  1004. $1_prune()
  1005. {
  1006. $1=
  1007. for ac_arg
  1008. do
  1009. if test -n "$ac_prev"; then
  1010. ac_prev=
  1011. continue
  1012. fi
  1013. case $ac_arg in
  1014. -cache-file | --cache-file | --cache-fil | --cache-fi \
  1015. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  1016. ac_prev=cache_file ;;
  1017. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  1018. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
  1019. | --c=*)
  1020. ;;
  1021. --config-cache | -C)
  1022. ;;
  1023. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1024. ac_prev=srcdir ;;
  1025. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1026. ;;
  1027. -host* | --host* );;
  1028. -host | --host )
  1029. ac_prev=host_alias;;
  1030. -target* | --target* );;
  1031. -target | --target )
  1032. ac_prev=target_alias;;
  1033. -build* | --build* );;
  1034. -build | --build )
  1035. ac_prev=build_alias;;
  1036. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1037. ac_prev=prefix ;;
  1038. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1039. ;;
  1040. *_alias=* );;
  1041. m4_if([$2],,,[$2])
  1042. *) $1="$$1 '$ac_arg'" ;;
  1043. esac
  1044. done
  1045. export $1
  1046. }
  1047. ])
  1048. m4trace:acinclude.m4:327: -1- AC_DEFUN([RTEMS_BUILD_CONFIG_SUBDIRS], [
  1049. m4_append([_RTEMS_BUILD_CONFIGDIRS_LIST],[ $1])
  1050. dnl Always append to build_configdirs
  1051. AC_SUBST(build_configdirs,"$build_configdirs $1")
  1052. m4_divert_text([DEFAULTS],
  1053. [ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
  1054. m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
  1055. ])
  1056. m4trace:acinclude.m4:337: -1- AC_DEFUN([_RTEMS_BUILD_CONFIG_PREPARE], [
  1057. ## # Record the configure arguments in Makefile.
  1058. m4_ifdef([_RTEMS_BUILD_CONFIGDIRS_LIST],
  1059. [
  1060. m4_expand_once([_RTEMS_TOOLS([build],[BUILD])])
  1061. m4_expand_once([_RTEMS_CONFIGURE_ARGS_PRUNE([buildargs])])
  1062. eval buildargs_prune $ac_configure_args
  1063. buildargs="'--host=${build_alias-$build}' '--build=${build_alias-$build}' ${buildargs}"
  1064. buildargs="${buildargs} '--target=${target_alias-$target}'"
  1065. ],[])
  1066. AC_SUBST(buildargs)
  1067. AC_SUBST(build_subdir)
  1068. ])
  1069. m4trace:acinclude.m4:353: -1- AC_DEFUN([RTEMS_HOST_CONFIG_SUBDIRS], [
  1070. m4_append([_RTEMS_HOST_CONFIGDIRS_LIST],[ $1])dnl
  1071. _RTEMS_SUBST_IFNOT([host_configdirs],[$1])
  1072. m4_divert_text([DEFAULTS],
  1073. [ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
  1074. m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
  1075. ])
  1076. m4trace:acinclude.m4:363: -1- AC_DEFUN([_RTEMS_HOST_CONFIG_PREPARE], [
  1077. m4_ifdef([_RTEMS_HOST_CONFIGDIRS_LIST],
  1078. [
  1079. m4_expand_once([_RTEMS_TOOLS([host],[HOST])])
  1080. m4_expand_once([_RTEMS_CONFIGURE_ARGS_PRUNE([hostargs])])
  1081. eval hostargs_prune $ac_configure_args
  1082. hostargs="'--host=${host_alias-$host}' '--build=${build_alias-$build}' '--target=${target_alias-$target}' ${hostargs}"
  1083. ],[])
  1084. AC_SUBST(hostargs)
  1085. AC_SUBST(host_subdir)
  1086. ])
  1087. m4trace:acinclude.m4:377: -1- AC_DEFUN([RTEMS_TARGET_CONFIG_SUBDIRS], [
  1088. AS_IF([test -d ${srcdir}/$1],[
  1089. m4_append([_RTEMS_TARGET_CONFIGDIRS_LIST],[ $1])
  1090. _RTEMS_SUBST_IFNOT([target_configdirs],[$1])
  1091. m4_divert_text([DEFAULTS],
  1092. [ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
  1093. m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
  1094. ])
  1095. ])
  1096. m4trace:acinclude.m4:389: -1- AC_DEFUN([_RTEMS_TARGET_CONFIG_PREPARE], [
  1097. m4_ifdef([_RTEMS_TARGET_CONFIGDIRS_LIST],
  1098. [
  1099. m4_expand_once([_RTEMS_TOOLS([target],[TARGET])])
  1100. m4_expand_once([_RTEMS_CONFIGURE_ARGS_PRUNE([targetargs])])
  1101. eval targetargs_prune $ac_configure_args
  1102. targetargs="'--host=${target_alias-$target}' '--build=${build_alias-$build}' '--target=${target_alias-$target}' ${targetargs}"
  1103. ],[])
  1104. AC_SUBST(targetargs)
  1105. AC_SUBST(target_subdir)
  1106. ])
  1107. m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_])
  1108. m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_])
  1109. m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
  1110. m4trace:configure.ac:6: -1- m4_pattern_allow([^AS_FLAGS$])
  1111. m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?m4_])
  1112. m4trace:configure.ac:6: -1- m4_pattern_forbid([^dnl$])
  1113. m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?AS_])
  1114. m4trace:configure.ac:6: -1- m4_pattern_allow([^SHELL$])
  1115. m4trace:configure.ac:6: -1- m4_pattern_allow([^PATH_SEPARATOR$])
  1116. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$])
  1117. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  1118. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  1119. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$])
  1120. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  1121. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$])
  1122. m4trace:configure.ac:6: -1- m4_pattern_allow([^exec_prefix$])
  1123. m4trace:configure.ac:6: -1- m4_pattern_allow([^prefix$])
  1124. m4trace:configure.ac:6: -1- m4_pattern_allow([^program_transform_name$])
  1125. m4trace:configure.ac:6: -1- m4_pattern_allow([^bindir$])
  1126. m4trace:configure.ac:6: -1- m4_pattern_allow([^sbindir$])
  1127. m4trace:configure.ac:6: -1- m4_pattern_allow([^libexecdir$])
  1128. m4trace:configure.ac:6: -1- m4_pattern_allow([^datarootdir$])
  1129. m4trace:configure.ac:6: -1- m4_pattern_allow([^datadir$])
  1130. m4trace:configure.ac:6: -1- m4_pattern_allow([^sysconfdir$])
  1131. m4trace:configure.ac:6: -1- m4_pattern_allow([^sharedstatedir$])
  1132. m4trace:configure.ac:6: -1- m4_pattern_allow([^localstatedir$])
  1133. m4trace:configure.ac:6: -1- m4_pattern_allow([^includedir$])
  1134. m4trace:configure.ac:6: -1- m4_pattern_allow([^oldincludedir$])
  1135. m4trace:configure.ac:6: -1- m4_pattern_allow([^docdir$])
  1136. m4trace:configure.ac:6: -1- m4_pattern_allow([^infodir$])
  1137. m4trace:configure.ac:6: -1- m4_pattern_allow([^htmldir$])
  1138. m4trace:configure.ac:6: -1- m4_pattern_allow([^dvidir$])
  1139. m4trace:configure.ac:6: -1- m4_pattern_allow([^pdfdir$])
  1140. m4trace:configure.ac:6: -1- m4_pattern_allow([^psdir$])
  1141. m4trace:configure.ac:6: -1- m4_pattern_allow([^libdir$])
  1142. m4trace:configure.ac:6: -1- m4_pattern_allow([^localedir$])
  1143. m4trace:configure.ac:6: -1- m4_pattern_allow([^mandir$])
  1144. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$])
  1145. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  1146. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  1147. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$])
  1148. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  1149. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$])
  1150. m4trace:configure.ac:6: -1- m4_pattern_allow([^DEFS$])
  1151. m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_C$])
  1152. m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_N$])
  1153. m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_T$])
  1154. m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
  1155. m4trace:configure.ac:6: -1- m4_pattern_allow([^build_alias$])
  1156. m4trace:configure.ac:6: -1- m4_pattern_allow([^host_alias$])
  1157. m4trace:configure.ac:6: -1- m4_pattern_allow([^target_alias$])
  1158. m4trace:configure.ac:8: -1- RTEMS_PACKAGE_TOP([File System Test], [1.0.0], [.])
  1159. m4trace:configure.ac:8: -1- RTEMS_VERSIONING
  1160. m4trace:configure.ac:8: -1- RTEMS_PACKAGE_VERSIONING
  1161. m4trace:configure.ac:8: -1- m4_pattern_allow([^MAKE$])
  1162. m4trace:configure.ac:8: -1- m4_pattern_allow([^RTEMS_TOPdir$])
  1163. m4trace:configure.ac:8: -1- m4_pattern_allow([^PROJECT_TOPdir$])
  1164. m4trace:configure.ac:8: -1- m4_pattern_allow([^PROJECT_ROOT$])
  1165. m4trace:configure.ac:10: -1- RTEMS_CANONICAL_TARGET_CPU
  1166. m4trace:configure.ac:10: -1- m4_pattern_allow([^RTEMS_CPU$])
  1167. m4trace:configure.ac:12: -1- AM_INIT_AUTOMAKE([no-define foreign dist-bzip2 no-dist-gzip 1.10])
  1168. m4trace:configure.ac:12: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
  1169. m4trace:configure.ac:12: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
  1170. m4trace:configure.ac:12: -1- AM_AUTOMAKE_VERSION([1.11.1])
  1171. m4trace:configure.ac:12: -1- _AM_AUTOCONF_VERSION([2.65])
  1172. m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
  1173. m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
  1174. m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_DATA$])
  1175. m4trace:configure.ac:12: -1- m4_pattern_allow([^am__isrc$])
  1176. m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__isrc])
  1177. m4trace:configure.ac:12: -1- m4_pattern_allow([^CYGPATH_W$])
  1178. m4trace:configure.ac:12: -1- _AM_SET_OPTIONS([no-define foreign dist-bzip2 no-dist-gzip 1.10])
  1179. m4trace:configure.ac:12: -1- _AM_SET_OPTION([no-define])
  1180. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-define])
  1181. m4trace:configure.ac:12: -1- _AM_SET_OPTION([foreign])
  1182. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([foreign])
  1183. m4trace:configure.ac:12: -1- _AM_SET_OPTION([dist-bzip2])
  1184. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([dist-bzip2])
  1185. m4trace:configure.ac:12: -1- _AM_SET_OPTION([no-dist-gzip])
  1186. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-dist-gzip])
  1187. m4trace:configure.ac:12: -1- _AM_SET_OPTION([1.10])
  1188. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([1.10])
  1189. m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE$])
  1190. m4trace:configure.ac:12: -1- m4_pattern_allow([^VERSION$])
  1191. m4trace:configure.ac:12: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  1192. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
  1193. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-define])
  1194. m4trace:configure.ac:12: -1- AM_SANITY_CHECK
  1195. m4trace:configure.ac:12: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
  1196. m4trace:configure.ac:12: -1- AM_MISSING_HAS_RUN
  1197. m4trace:configure.ac:12: -1- AM_AUX_DIR_EXPAND
  1198. m4trace:configure.ac:12: -1- m4_pattern_allow([^ACLOCAL$])
  1199. m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
  1200. m4trace:configure.ac:12: -1- m4_pattern_allow([^AUTOCONF$])
  1201. m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
  1202. m4trace:configure.ac:12: -1- m4_pattern_allow([^AUTOMAKE$])
  1203. m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
  1204. m4trace:configure.ac:12: -1- m4_pattern_allow([^AUTOHEADER$])
  1205. m4trace:configure.ac:12: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
  1206. m4trace:configure.ac:12: -1- m4_pattern_allow([^MAKEINFO$])
  1207. m4trace:configure.ac:12: -1- AM_PROG_INSTALL_SH
  1208. m4trace:configure.ac:12: -1- m4_pattern_allow([^install_sh$])
  1209. m4trace:configure.ac:12: -1- AM_PROG_INSTALL_STRIP
  1210. m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$])
  1211. m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
  1212. m4trace:configure.ac:12: -1- AM_PROG_MKDIR_P
  1213. m4trace:configure.ac:12: -1- m4_pattern_allow([^MKDIR_P$])
  1214. m4trace:configure.ac:12: -1- m4_pattern_allow([^mkdir_p$])
  1215. m4trace:configure.ac:12: -1- m4_pattern_allow([^AWK$])
  1216. m4trace:configure.ac:12: -1- m4_pattern_allow([^SET_MAKE$])
  1217. m4trace:configure.ac:12: -1- AM_SET_LEADING_DOT
  1218. m4trace:configure.ac:12: -1- m4_pattern_allow([^am__leading_dot$])
  1219. m4trace:configure.ac:12: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  1220. [_AM_PROG_TAR([v7])])])
  1221. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([tar-ustar])
  1222. m4trace:configure.ac:12: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
  1223. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([tar-pax])
  1224. m4trace:configure.ac:12: -1- _AM_PROG_TAR([v7])
  1225. m4trace:configure.ac:12: -1- AM_MISSING_PROG([AMTAR], [tar])
  1226. m4trace:configure.ac:12: -1- m4_pattern_allow([^AMTAR$])
  1227. m4trace:configure.ac:12: -1- m4_pattern_allow([^am__tar$])
  1228. m4trace:configure.ac:12: -1- m4_pattern_allow([^am__untar$])
  1229. m4trace:configure.ac:12: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
  1230. [_AM_DEPENDENCIES(CC)],
  1231. [define([AC_PROG_CC],
  1232. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  1233. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  1234. [_AM_DEPENDENCIES(CXX)],
  1235. [define([AC_PROG_CXX],
  1236. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  1237. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  1238. [_AM_DEPENDENCIES(OBJC)],
  1239. [define([AC_PROG_OBJC],
  1240. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  1241. ])
  1242. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-dependencies])
  1243. m4trace:configure.ac:12: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
  1244. m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([silent-rules])
  1245. m4trace:configure.ac:13: -1- AM_MAINTAINER_MODE
  1246. m4trace:configure.ac:13: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
  1247. m4trace:configure.ac:13: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
  1248. m4trace:configure.ac:13: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
  1249. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
  1250. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
  1251. m4trace:configure.ac:13: -1- m4_pattern_allow([^MAINT$])
  1252. m4trace:configure.ac:15: -1- RTEMS_RTEMSPATH
  1253. m4trace:configure.ac:15: -1- m4_pattern_allow([^RTEMSPATH$])
  1254. m4trace:configure.ac:15: -1- m4_pattern_allow([^RTEMS_ROOT$])
  1255. m4trace:configure.ac:15: -1- m4_pattern_allow([^RTEMSPATH_CPUAPI$])
  1256. m4trace:configure.ac:16: -1- RTEMS_ENABLE_RTEMS_DEBUG
  1257. m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  1258. You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
  1259. aclocal/enable-rtems-debug.m4:3: RTEMS_ENABLE_RTEMS_DEBUG is expanded from...
  1260. configure.ac:16: the top level])
  1261. m4trace:configure.ac:17: -1- RTEMS_ENABLE_RTEMSBSP
  1262. m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  1263. You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
  1264. ../../lib/autoconf/general.m4:1454: AC_ARG_ENABLE is expanded from...
  1265. aclocal/enable-rtemsbsp.m4:6: RTEMS_ENABLE_RTEMSBSP is expanded from...
  1266. configure.ac:17: the top level])
  1267. m4trace:configure.ac:17: -1- m4_pattern_allow([^RTEMS_COMPILER$])
  1268. m4trace:configure.ac:17: -1- m4_pattern_allow([^RTEMS_BSP$])
  1269. m4trace:configure.ac:17: -1- m4_pattern_allow([^RTEMS_BSP_BSPCFG$])
  1270. m4trace:configure.ac:17: -1- m4_pattern_allow([^RTEMS_BSP_MAKECFG$])
  1271. m4trace:configure.ac:17: -1- m4_pattern_allow([^RTEMS_BSP_INC$])
  1272. m4trace:configure.ac:19: -1- RTEMS_PROG_CC_FOR_TARGET([-fasm])
  1273. m4trace:configure.ac:19: -1- RTEMS_PROG_CC
  1274. m4trace:configure.ac:19: -1- RTEMS_CHECK_TOOL([CC], [gcc])
  1275. m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
  1276. m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
  1277. m4trace:configure.ac:19: -1- m4_pattern_allow([^CFLAGS$])
  1278. m4trace:configure.ac:19: -1- m4_pattern_allow([^LDFLAGS$])
  1279. m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBS$])
  1280. m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
  1281. m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
  1282. m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
  1283. m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
  1284. m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
  1285. m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_CC$])
  1286. m4trace:configure.ac:19: -1- m4_pattern_allow([^EXEEXT$])
  1287. m4trace:configure.ac:19: -1- m4_pattern_allow([^OBJEXT$])
  1288. m4trace:configure.ac:19: -1- _AM_DEPENDENCIES([CC])
  1289. m4trace:configure.ac:19: -1- AM_SET_DEPDIR
  1290. m4trace:configure.ac:19: -1- m4_pattern_allow([^DEPDIR$])
  1291. m4trace:configure.ac:19: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
  1292. m4trace:configure.ac:19: -1- AM_MAKE_INCLUDE
  1293. m4trace:configure.ac:19: -1- m4_pattern_allow([^am__include$])
  1294. m4trace:configure.ac:19: -1- m4_pattern_allow([^am__quote$])
  1295. m4trace:configure.ac:19: -1- AM_DEP_TRACK
  1296. m4trace:configure.ac:19: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  1297. m4trace:configure.ac:19: -1- m4_pattern_allow([^AMDEP_TRUE$])
  1298. m4trace:configure.ac:19: -1- m4_pattern_allow([^AMDEP_FALSE$])
  1299. m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
  1300. m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
  1301. m4trace:configure.ac:19: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
  1302. m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
  1303. m4trace:configure.ac:19: -1- m4_pattern_allow([^CCDEPMODE$])
  1304. m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__fastdepCC], [
  1305. test "x$enable_dependency_tracking" != xno \
  1306. && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
  1307. m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
  1308. m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
  1309. m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
  1310. m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
  1311. m4trace:configure.ac:19: -1- m4_pattern_allow([^CXX$])
  1312. m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXFLAGS$])
  1313. m4trace:configure.ac:19: -1- m4_pattern_allow([^LDFLAGS$])
  1314. m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBS$])
  1315. m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
  1316. m4trace:configure.ac:19: -1- m4_pattern_allow([^CXX$])
  1317. m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_CXX$])
  1318. m4trace:configure.ac:19: -1- _AM_DEPENDENCIES([CXX])
  1319. m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXDEPMODE$])
  1320. m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__fastdepCXX], [
  1321. test "x$enable_dependency_tracking" != xno \
  1322. && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
  1323. m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
  1324. m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
  1325. m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
  1326. m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
  1327. m4trace:configure.ac:19: -1- m4_pattern_allow([^CPP$])
  1328. m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
  1329. m4trace:configure.ac:19: -1- m4_pattern_allow([^CPP$])
  1330. m4trace:configure.ac:19: -1- RTEMS_GCC_PIPE
  1331. m4trace:configure.ac:19: -1- m4_pattern_allow([^build$])
  1332. m4trace:configure.ac:19: -1- m4_pattern_allow([^build_cpu$])
  1333. m4trace:configure.ac:19: -1- m4_pattern_allow([^build_vendor$])
  1334. m4trace:configure.ac:19: -1- m4_pattern_allow([^build_os$])
  1335. m4trace:configure.ac:19: -1- m4_pattern_allow([^host$])
  1336. m4trace:configure.ac:19: -1- m4_pattern_allow([^host_cpu$])
  1337. m4trace:configure.ac:19: -1- m4_pattern_allow([^host_vendor$])
  1338. m4trace:configure.ac:19: -1- m4_pattern_allow([^host_os$])
  1339. m4trace:configure.ac:19: -1- m4_pattern_allow([^RTEMS_CFLAGS$])
  1340. m4trace:configure.ac:19: -1- m4_pattern_allow([^RTEMS_CPPFLAGS$])
  1341. m4trace:configure.ac:20: -1- RTEMS_PROG_CCAS
  1342. m4trace:configure.ac:20: -1- AM_PROG_AS
  1343. m4trace:configure.ac:20: -1- m4_pattern_allow([^CCAS$])
  1344. m4trace:configure.ac:20: -1- m4_pattern_allow([^CCASFLAGS$])
  1345. m4trace:configure.ac:20: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
  1346. m4trace:configure.ac:20: -2- _AM_MANGLE_OPTION([no-dependencies])
  1347. m4trace:configure.ac:20: -1- _AM_DEPENDENCIES([CCAS])
  1348. m4trace:configure.ac:20: -1- m4_pattern_allow([^CCASDEPMODE$])
  1349. m4trace:configure.ac:20: -1- AM_CONDITIONAL([am__fastdepCCAS], [
  1350. test "x$enable_dependency_tracking" != xno \
  1351. && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
  1352. m4trace:configure.ac:20: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
  1353. m4trace:configure.ac:20: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
  1354. m4trace:configure.ac:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
  1355. m4trace:configure.ac:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
  1356. m4trace:configure.ac:20: -1- m4_pattern_allow([^RTEMS_CCASFLAGS$])
  1357. m4trace:configure.ac:21: -1- RTEMS_CANONICALIZE_TOOLS
  1358. m4trace:configure.ac:21: -1- RTEMS_CHECK_TOOL([AR], [ar], [no])
  1359. m4trace:configure.ac:21: -1- m4_pattern_allow([^AR$])
  1360. m4trace:configure.ac:21: -1- RTEMS_CHECK_TOOL([RANLIB], [ranlib], [:])
  1361. m4trace:configure.ac:21: -1- m4_pattern_allow([^RANLIB$])
  1362. m4trace:configure.ac:21: -1- RTEMS_CHECK_TOOL([OBJDUMP], [objdump], [no])
  1363. m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJDUMP$])
  1364. m4trace:configure.ac:21: -1- RTEMS_CHECK_TOOL([OBJCOPY], [objcopy], [no])
  1365. m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJCOPY$])
  1366. m4trace:configure.ac:22: -1- AM_PROG_CC_C_O
  1367. m4trace:configure.ac:22: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
  1368. m4trace:configure.ac:23: -1- m4_pattern_allow([^RANLIB$])
  1369. m4trace:configure.ac:25: -1- m4_pattern_allow([^STAT_MACROS_BROKEN$])
  1370. m4trace:configure.ac:26: -1- m4_pattern_allow([^GREP$])
  1371. m4trace:configure.ac:26: -1- m4_pattern_allow([^EGREP$])
  1372. m4trace:configure.ac:26: -1- m4_pattern_allow([^STDC_HEADERS$])
  1373. m4trace:configure.ac:27: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$])
  1374. m4trace:configure.ac:29: -1- RTEMS_OBJECT_FORMAT
  1375. m4trace:configure.ac:29: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
  1376. You should run autoupdate.], [../../lib/autoconf/general.m4:2581: AC_TRY_COMPILE is expanded from...
  1377. aclocal/obj-format.m4:3: RTEMS_OBJECT_FORMAT is expanded from...
  1378. configure.ac:29: the top level])
  1379. m4trace:configure.ac:29: -1- m4_pattern_allow([^RTEMS_OBJ_FORMAT$])
  1380. m4trace:configure.ac:30: -1- RTEMS_ENABLE_NETWORKING
  1381. m4trace:configure.ac:30: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  1382. You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
  1383. aclocal/enable-networking.m4:3: RTEMS_ENABLE_NETWORKING is expanded from...
  1384. configure.ac:30: the top level])
  1385. m4trace:configure.ac:30: -1- m4_pattern_allow([^RTEMS_APP_NETWORKING$])
  1386. m4trace:configure.ac:30: -1- AM_CONDITIONAL([RTEMS_APP_NETWORKING], [test x"${enable_networking}" = x"yes"])
  1387. m4trace:configure.ac:30: -1- m4_pattern_allow([^RTEMS_APP_NETWORKING_TRUE$])
  1388. m4trace:configure.ac:30: -1- m4_pattern_allow([^RTEMS_APP_NETWORKING_FALSE$])
  1389. m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([RTEMS_APP_NETWORKING_TRUE])
  1390. m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([RTEMS_APP_NETWORKING_FALSE])
  1391. m4trace:configure.ac:30: -1- AM_CONDITIONAL([RTEMS_APP_NETWORKING_STATIC], [test x"${networking_mode}" = x"static"])
  1392. m4trace:configure.ac:30: -1- m4_pattern_allow([^RTEMS_APP_NETWORKING_STATIC_TRUE$])
  1393. m4trace:configure.ac:30: -1- m4_pattern_allow([^RTEMS_APP_NETWORKING_STATIC_FALSE$])
  1394. m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([RTEMS_APP_NETWORKING_STATIC_TRUE])
  1395. m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([RTEMS_APP_NETWORKING_STATIC_FALSE])
  1396. m4trace:configure.ac:30: -1- AM_CONDITIONAL([RTEMS_APP_NETWORKING_DHCP], [test x"${networking_mode}" = x"DHCP"])
  1397. m4trace:configure.ac:30: -1- m4_pattern_allow([^RTEMS_APP_NETWORKING_DHCP_TRUE$])
  1398. m4trace:configure.ac:30: -1- m4_pattern_allow([^RTEMS_APP_NETWORKING_DHCP_FALSE$])
  1399. m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([RTEMS_APP_NETWORKING_DHCP_TRUE])
  1400. m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([RTEMS_APP_NETWORKING_DHCP_FALSE])
  1401. m4trace:configure.ac:33: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  1402. You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
  1403. configure.ac:33: the top level])
  1404. m4trace:configure.ac:45: -1- AM_CONDITIONAL([PC586], [test x"${RTEMS_BSP}" = x"pc586"])
  1405. m4trace:configure.ac:45: -1- m4_pattern_allow([^PC586_TRUE$])
  1406. m4trace:configure.ac:45: -1- m4_pattern_allow([^PC586_FALSE$])
  1407. m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([PC586_TRUE])
  1408. m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([PC586_FALSE])
  1409. m4trace:configure.ac:62: -1- m4_pattern_allow([^ASM_TYPES_HEADER$])
  1410. m4trace:configure.ac:63: -1- m4_pattern_allow([^PUBLIC_CONFIG_HEADER$])
  1411. m4trace:configure.ac:64: -1- m4_pattern_allow([^SIZEOF_SHORT$])
  1412. m4trace:configure.ac:65: -1- m4_pattern_allow([^SIZEOF_INT$])
  1413. m4trace:configure.ac:66: -1- m4_pattern_allow([^SIZEOF_LONG$])
  1414. m4trace:configure.ac:67: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
  1415. m4trace:configure.ac:68: -1- m4_pattern_allow([^SIZEOF_SHORT$])
  1416. m4trace:configure.ac:69: -1- m4_pattern_allow([^SIZEOF_INT$])
  1417. m4trace:configure.ac:70: -1- m4_pattern_allow([^SIZEOF_LONG$])
  1418. m4trace:configure.ac:71: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
  1419. m4trace:configure.ac:72: -1- m4_pattern_allow([^HAVE_TYPE_SSIZE_T$])
  1420. m4trace:configure.ac:74: -1- m4_pattern_allow([^LIB@&t@OBJS$])
  1421. m4trace:configure.ac:74: -1- m4_pattern_allow([^LTLIBOBJS$])
  1422. m4trace:configure.ac:74: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
  1423. m4trace:configure.ac:74: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
  1424. m4trace:configure.ac:74: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
  1425. m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
  1426. m4trace:configure.ac:74: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
  1427. m4trace:configure.ac:74: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS