From 5f52d1f01ef110ca17209e3e0bddad59bf1abdf4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 10 Nov 2003 21:57:23 +0000 Subject: 2003-11-10 Ralf Corsepius * configure.ac: Reflect having moved to testsuites/. --- testsuites/tools/ChangeLog | 4 ++++ testsuites/tools/configure.ac | 2 +- testsuites/tools/generic/ChangeLog | 4 ++++ testsuites/tools/generic/configure.ac | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) (limited to 'testsuites/tools') diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog index 664f3413fe..773c695e8f 100644 --- a/testsuites/tools/ChangeLog +++ b/testsuites/tools/ChangeLog @@ -1,3 +1,7 @@ +2003-11-10 Ralf Corsepius + + * configure.ac: Reflect having moved to testsuites/. + 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac index 91ea6557eb..a9bd97ec85 100644 --- a/testsuites/tools/configure.ac +++ b/testsuites/tools/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.57) AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([generic]) -RTEMS_TOP(../../../..) +RTEMS_TOP([../..]) RTEMS_CANONICAL_TARGET_CPU diff --git a/testsuites/tools/generic/ChangeLog b/testsuites/tools/generic/ChangeLog index 419216265a..05bb35c424 100644 --- a/testsuites/tools/generic/ChangeLog +++ b/testsuites/tools/generic/ChangeLog @@ -1,3 +1,7 @@ +2003-11-10 Ralf Corsepius + + * configure.ac: Reflect having moved to testsuites/. + 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. diff --git a/testsuites/tools/generic/configure.ac b/testsuites/tools/generic/configure.ac index 45d68360ec..8471ccb730 100644 --- a/testsuites/tools/generic/configure.ac +++ b/testsuites/tools/generic/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.57) AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([sorttimes.in]) -RTEMS_TOP(../../../../..) +RTEMS_TOP(../../..) RTEMS_CANONICAL_TARGET_CPU -- cgit v1.2.3