summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src')
-rw-r--r--c/src/tests/ChangeLog4
-rw-r--r--c/src/tests/Makefile.am2
-rw-r--r--c/src/tests/itrontests/ChangeLog4
-rw-r--r--c/src/tests/itrontests/Makefile.am2
-rw-r--r--c/src/tests/libtests/ChangeLog4
-rw-r--r--c/src/tests/libtests/Makefile.am2
-rw-r--r--c/src/tests/mptests/ChangeLog4
-rw-r--r--c/src/tests/mptests/Makefile.am2
-rw-r--r--c/src/tests/psxtests/ChangeLog4
-rw-r--r--c/src/tests/psxtests/Makefile.am2
-rw-r--r--c/src/tests/samples/ChangeLog4
-rw-r--r--c/src/tests/samples/Makefile.am2
-rw-r--r--c/src/tests/sptests/ChangeLog4
-rw-r--r--c/src/tests/sptests/Makefile.am2
-rw-r--r--c/src/tests/support/ChangeLog4
-rw-r--r--c/src/tests/support/Makefile.am2
-rw-r--r--c/src/tests/tmitrontests/ChangeLog4
-rw-r--r--c/src/tests/tmitrontests/Makefile.am2
-rw-r--r--c/src/tests/tmtests/ChangeLog4
-rw-r--r--c/src/tests/tmtests/Makefile.am2
-rw-r--r--c/src/tests/tools/ChangeLog4
-rw-r--r--c/src/tests/tools/Makefile.am2
-rw-r--r--c/src/tests/tools/generic/ChangeLog4
-rw-r--r--c/src/tests/tools/generic/Makefile.am2
24 files changed, 60 insertions, 12 deletions
diff --git a/c/src/tests/ChangeLog b/c/src/tests/ChangeLog
index b8bb6f79df..5119653b53 100644
--- a/c/src/tests/ChangeLog
+++ b/c/src/tests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
diff --git a/c/src/tests/Makefile.am b/c/src/tests/Makefile.am
index e81c694de2..369f56bd40 100644
--- a/c/src/tests/Makefile.am
+++ b/c/src/tests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../aclocal
+ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = @subdirs@
diff --git a/c/src/tests/itrontests/ChangeLog b/c/src/tests/itrontests/ChangeLog
index 28a47df733..b0abd6d5be 100644
--- a/c/src/tests/itrontests/ChangeLog
+++ b/c/src/tests/itrontests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/itrontests/Makefile.am b/c/src/tests/itrontests/Makefile.am
index 987d29fea2..9fff6ab7ad 100644
--- a/c/src/tests/itrontests/Makefile.am
+++ b/c/src/tests/itrontests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
itronmbf01 itronmbox01 itronsem01 itrontime01
diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog
index ee8160d052..a7b155365f 100644
--- a/c/src/tests/libtests/ChangeLog
+++ b/c/src/tests/libtests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/libtests/Makefile.am b/c/src/tests/libtests/Makefile.am
index 3931ca9792..dde64323b5 100644
--- a/c/src/tests/libtests/Makefile.am
+++ b/c/src/tests/libtests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \
rtems++
diff --git a/c/src/tests/mptests/ChangeLog b/c/src/tests/mptests/ChangeLog
index 4bca6ad8ff..3af37d3444 100644
--- a/c/src/tests/mptests/ChangeLog
+++ b/c/src/tests/mptests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/mptests/Makefile.am b/c/src/tests/mptests/Makefile.am
index 6c4f5829fc..a20d2ed199 100644
--- a/c/src/tests/mptests/Makefile.am
+++ b/c/src/tests/mptests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \
mp14
diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog
index 392316dc4d..d0c528e579 100644
--- a/c/src/tests/psxtests/ChangeLog
+++ b/c/src/tests/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/psxtests/Makefile.am b/c/src/tests/psxtests/Makefile.am
index f326b013dc..15690ca154 100644
--- a/c/src/tests/psxtests/Makefile.am
+++ b/c/src/tests/psxtests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
SHARED_DIRS =
diff --git a/c/src/tests/samples/ChangeLog b/c/src/tests/samples/ChangeLog
index 2227bf47ee..ade5ccf202 100644
--- a/c/src/tests/samples/ChangeLog
+++ b/c/src/tests/samples/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/samples/Makefile.am b/c/src/tests/samples/Makefile.am
index b60442273b..07088554ef 100644
--- a/c/src/tests/samples/Makefile.am
+++ b/c/src/tests/samples/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
CPLUSPLUS_TESTS = cdtest
diff --git a/c/src/tests/sptests/ChangeLog b/c/src/tests/sptests/ChangeLog
index 20c90f3816..f87563c9aa 100644
--- a/c/src/tests/sptests/ChangeLog
+++ b/c/src/tests/sptests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/sptests/Makefile.am b/c/src/tests/sptests/Makefile.am
index 565805d766..0a1f35b405 100644
--- a/c/src/tests/sptests/Makefile.am
+++ b/c/src/tests/sptests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
## sp10 and spfatal are not included for now
SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
diff --git a/c/src/tests/support/ChangeLog b/c/src/tests/support/ChangeLog
index b380282908..2d1db1aa1e 100644
--- a/c/src/tests/support/ChangeLog
+++ b/c/src/tests/support/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/support/Makefile.am b/c/src/tests/support/Makefile.am
index 91b2b1939a..4083232d57 100644
--- a/c/src/tests/support/Makefile.am
+++ b/c/src/tests/support/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
diff --git a/c/src/tests/tmitrontests/ChangeLog b/c/src/tests/tmitrontests/ChangeLog
index f65132afd0..f158c6c944 100644
--- a/c/src/tests/tmitrontests/ChangeLog
+++ b/c/src/tests/tmitrontests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/tmitrontests/Makefile.am b/c/src/tests/tmitrontests/Makefile.am
index a4b5613406..52ca1069bf 100644
--- a/c/src/tests/tmitrontests/Makefile.am
+++ b/c/src/tests/tmitrontests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
ITRON_DIRS = include tmitronsem01
diff --git a/c/src/tests/tmtests/ChangeLog b/c/src/tests/tmtests/ChangeLog
index cacb6d29f5..59762046cd 100644
--- a/c/src/tests/tmtests/ChangeLog
+++ b/c/src/tests/tmtests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/tmtests/Makefile.am b/c/src/tests/tmtests/Makefile.am
index caee9a6ad8..c09b08601f 100644
--- a/c/src/tests/tmtests/Makefile.am
+++ b/c/src/tests/tmtests/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = include tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 \
tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 \
diff --git a/c/src/tests/tools/ChangeLog b/c/src/tests/tools/ChangeLog
index 5c3fe7a0cf..664f3413fe 100644
--- a/c/src/tests/tools/ChangeLog
+++ b/c/src/tests/tools/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/tools/Makefile.am b/c/src/tests/tools/Makefile.am
index b386914b7f..7cf37c8efc 100644
--- a/c/src/tests/tools/Makefile.am
+++ b/c/src/tests/tools/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = @subdirs@
diff --git a/c/src/tests/tools/generic/ChangeLog b/c/src/tests/tools/generic/ChangeLog
index ada5b1a111..419216265a 100644
--- a/c/src/tests/tools/generic/ChangeLog
+++ b/c/src/tests/tools/generic/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Reflect having moved aclocal/.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/tests/tools/generic/Makefile.am b/c/src/tests/tools/generic/Makefile.am
index e73c030305..fd325fdb8b 100644
--- a/c/src/tests/tools/generic/Makefile.am
+++ b/c/src/tests/tools/generic/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../../aclocal
noinst_SCRIPTS = difftest sorttimes