2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1532/testing
	* aclocal/project-root.m4: Add initial tests for untar capabilities.
This commit is contained in:
Joel Sherrill
2010-07-27 18:17:46 +00:00
parent 270434cc4a
commit f79bc77d8e
4 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
* aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-06-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: autoconf >= 2.65, automake >= 1.11.

View File

@@ -18,5 +18,8 @@ AC_REQUIRE([RTEMS_TOP])
PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
AC_SUBST(PACKHEX)
BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c"
AC_SUBST(BIN2C)
])

View File

@@ -1,3 +1,8 @@
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
* aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/test_support.h, support/src/test_support.c: Add

View File

@@ -8,5 +8,8 @@ AC_REQUIRE([RTEMS_TOP])
PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
AC_SUBST(PACKHEX)
BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c"
AC_SUBST(BIN2C)
])