summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src')
-rw-r--r--c/src/tests/itrontests/ChangeLog16
-rw-r--r--c/src/tests/itrontests/Makefile.am1
-rw-r--r--c/src/tests/itrontests/configure.ac4
-rw-r--r--c/src/tests/itrontests/itronhello/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itronmbf01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itronmbox01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itronsem01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask02/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask03/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask04/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontime01/Makefile.am1
12 files changed, 18 insertions, 12 deletions
diff --git a/c/src/tests/itrontests/ChangeLog b/c/src/tests/itrontests/ChangeLog
index 78c07214e1..34d3813724 100644
--- a/c/src/tests/itrontests/ChangeLog
+++ b/c/src/tests/itrontests/ChangeLog
@@ -1,3 +1,19 @@
+2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac:
+ AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
+ AM_INIT_AUTOMAKE([no-define foreign 1.6]).
+ * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/c/src/tests/itrontests/Makefile.am b/c/src/tests/itrontests/Makefile.am
index 57c5190dac..476f4aff8a 100644
--- a/c/src/tests/itrontests/Makefile.am
+++ b/c/src/tests/itrontests/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
diff --git a/c/src/tests/itrontests/configure.ac b/c/src/tests/itrontests/configure.ac
index a693b01ea3..9ba6fef9dd 100644
--- a/c/src/tests/itrontests/configure.ac
+++ b/c/src/tests/itrontests/configure.ac
@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([itronhello])
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE(rtems-c-src-tests-itrontests,$RTEMS_VERSION,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENABLE_GCC28
diff --git a/c/src/tests/itrontests/itronhello/Makefile.am b/c/src/tests/itrontests/itronhello/Makefile.am
index 7de5fdaf32..b507322008 100644
--- a/c/src/tests/itrontests/itronhello/Makefile.am
+++ b/c/src/tests/itrontests/itronhello/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronhello
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itronmbf01/Makefile.am b/c/src/tests/itrontests/itronmbf01/Makefile.am
index 2b63462f9f..2a260e234e 100644
--- a/c/src/tests/itrontests/itronmbf01/Makefile.am
+++ b/c/src/tests/itrontests/itronmbf01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronmbf01
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itronmbox01/Makefile.am b/c/src/tests/itrontests/itronmbox01/Makefile.am
index 0722cac30f..bd48210dd0 100644
--- a/c/src/tests/itrontests/itronmbox01/Makefile.am
+++ b/c/src/tests/itrontests/itronmbox01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronmbox01
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itronsem01/Makefile.am b/c/src/tests/itrontests/itronsem01/Makefile.am
index b5df891ff2..0c598d7ab7 100644
--- a/c/src/tests/itrontests/itronsem01/Makefile.am
+++ b/c/src/tests/itrontests/itronsem01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronsem01
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itrontask01/Makefile.am b/c/src/tests/itrontests/itrontask01/Makefile.am
index 30223b4b98..a7f48f3e31 100644
--- a/c/src/tests/itrontests/itrontask01/Makefile.am
+++ b/c/src/tests/itrontests/itrontask01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask01
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itrontask02/Makefile.am b/c/src/tests/itrontests/itrontask02/Makefile.am
index 4a20ec8a5c..2fd49c68db 100644
--- a/c/src/tests/itrontests/itrontask02/Makefile.am
+++ b/c/src/tests/itrontests/itrontask02/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask02
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itrontask03/Makefile.am b/c/src/tests/itrontests/itrontask03/Makefile.am
index 93755af8bc..cd1c21d7a1 100644
--- a/c/src/tests/itrontests/itrontask03/Makefile.am
+++ b/c/src/tests/itrontests/itrontask03/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask03
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itrontask04/Makefile.am b/c/src/tests/itrontests/itrontask04/Makefile.am
index 45facfbaaf..faf718e00b 100644
--- a/c/src/tests/itrontests/itrontask04/Makefile.am
+++ b/c/src/tests/itrontests/itrontask04/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask04
PGM = ${ARCH}/$(TEST).exe
diff --git a/c/src/tests/itrontests/itrontime01/Makefile.am b/c/src/tests/itrontests/itrontime01/Makefile.am
index cf400e447d..b09495c0ad 100644
--- a/c/src/tests/itrontests/itrontime01/Makefile.am
+++ b/c/src/tests/itrontests/itrontime01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontime01
PGM = ${ARCH}/$(TEST).exe