summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/itrontests/ChangeLog6
-rw-r--r--c/src/tests/itrontests/Makefile.am2
-rw-r--r--c/src/tests/itrontests/itrontests.am2
-rw-r--r--testsuites/itrontests/ChangeLog6
-rw-r--r--testsuites/itrontests/Makefile.am2
-rw-r--r--testsuites/itrontests/itrontests.am2
6 files changed, 16 insertions, 4 deletions
diff --git a/c/src/tests/itrontests/ChangeLog b/c/src/tests/itrontests/ChangeLog
index a766379822..89e433dc69 100644
--- a/c/src/tests/itrontests/ChangeLog
+++ b/c/src/tests/itrontests/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
+ Switch to GNU canonicalization.
+ * itrontests.am: Remove DEFS.
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
diff --git a/c/src/tests/itrontests/Makefile.am b/c/src/tests/itrontests/Makefile.am
index b4c23c60b3..33b884a1c2 100644
--- a/c/src/tests/itrontests/Makefile.am
+++ b/c/src/tests/itrontests/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
itronmbf01 itronmbox01 itronsem01 itrontime01
diff --git a/c/src/tests/itrontests/itrontests.am b/c/src/tests/itrontests/itrontests.am
index 74bb1078ef..0262091454 100644
--- a/c/src/tests/itrontests/itrontests.am
+++ b/c/src/tests/itrontests/itrontests.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS += @DEFS@
+## $Id$
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index a766379822..89e433dc69 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
+ Switch to GNU canonicalization.
+ * itrontests.am: Remove DEFS.
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
diff --git a/testsuites/itrontests/Makefile.am b/testsuites/itrontests/Makefile.am
index b4c23c60b3..33b884a1c2 100644
--- a/testsuites/itrontests/Makefile.am
+++ b/testsuites/itrontests/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
itronmbf01 itronmbox01 itronsem01 itrontime01
diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am
index 74bb1078ef..0262091454 100644
--- a/testsuites/itrontests/itrontests.am
+++ b/testsuites/itrontests/itrontests.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS += @DEFS@
+## $Id$
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@