From f79bc77d8e7f056b2943f4f79e3cf5ec509615fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Jul 2010 18:17:46 +0000 Subject: 2010-07-27 Joel Sherrill PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities. --- ChangeLog | 5 +++++ aclocal/project-root.m4 | 3 +++ testsuites/ChangeLog | 5 +++++ testsuites/aclocal/project-root.m4 | 3 +++ 4 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index a50dcda23e..3104730854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-27 Joel Sherrill + + PR 1532/testing + * aclocal/project-root.m4: Add initial tests for untar capabilities. + 2010-06-23 Ralf Corsépius * configure.ac: autoconf >= 2.65, automake >= 1.11. diff --git a/aclocal/project-root.m4 b/aclocal/project-root.m4 index 2f27bfe55b..11643b9d7f 100644 --- a/aclocal/project-root.m4 +++ b/aclocal/project-root.m4 @@ -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) ]) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 7832dc8a97..7069f0808d 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,8 @@ +2010-07-27 Joel Sherrill + + PR 1532/testing + * aclocal/project-root.m4: Add initial tests for untar capabilities. + 2010-07-14 Joel Sherrill * support/include/test_support.h, support/src/test_support.c: Add diff --git a/testsuites/aclocal/project-root.m4 b/testsuites/aclocal/project-root.m4 index f3be25dc2f..8fc765ae78 100644 --- a/testsuites/aclocal/project-root.m4 +++ b/testsuites/aclocal/project-root.m4 @@ -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) ]) -- cgit v1.2.3