summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/psxtests/ChangeLog32
-rw-r--r--c/src/tests/psxtests/Makefile.am1
-rw-r--r--c/src/tests/psxtests/configure.ac4
-rw-r--r--c/src/tests/psxtests/include/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx01/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx02/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx03/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx04/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx05/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx06/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx07/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx08/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx09/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx10/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx11/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx12/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psx13/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxcancel/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxchroot01/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxfile01/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxhdrs/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxmount/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxmsgq01/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxreaddir/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxsem01/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxstat/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxtime/Makefile.am1
-rw-r--r--c/src/tests/psxtests/psxtimer/Makefile.am1
28 files changed, 34 insertions, 28 deletions
diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog
index 9c6cfad38a..4a11dcbd53 100644
--- a/c/src/tests/psxtests/ChangeLog
+++ b/c/src/tests/psxtests/ChangeLog
@@ -1,3 +1,35 @@
+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]).
+ * Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
+
2001-11-07 Jennifer Averett <jennifer@OARcorp.com>
Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
diff --git a/c/src/tests/psxtests/Makefile.am b/c/src/tests/psxtests/Makefile.am
index 59706d48b5..50763cacbb 100644
--- a/c/src/tests/psxtests/Makefile.am
+++ b/c/src/tests/psxtests/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SHARED_DIRS =
diff --git a/c/src/tests/psxtests/configure.ac b/c/src/tests/psxtests/configure.ac
index 7c15f879da..1853a5fe3b 100644
--- a/c/src/tests/psxtests/configure.ac
+++ b/c/src/tests/psxtests/configure.ac
@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([psx01])
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE(rtems-c-src-tests-psxtests,$RTEMS_VERSION,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENABLE_GCC28
diff --git a/c/src/tests/psxtests/include/Makefile.am b/c/src/tests/psxtests/include/Makefile.am
index 057f4043c1..cb6f48b060 100644
--- a/c/src/tests/psxtests/include/Makefile.am
+++ b/c/src/tests/psxtests/include/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
noinst_HEADERS = pmacros.h
diff --git a/c/src/tests/psxtests/psx01/Makefile.am b/c/src/tests/psxtests/psx01/Makefile.am
index 8dbba37199..ca48692a84 100644
--- a/c/src/tests/psxtests/psx01/Makefile.am
+++ b/c/src/tests/psxtests/psx01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx01
diff --git a/c/src/tests/psxtests/psx02/Makefile.am b/c/src/tests/psxtests/psx02/Makefile.am
index f1ae9f0838..c9e3d43228 100644
--- a/c/src/tests/psxtests/psx02/Makefile.am
+++ b/c/src/tests/psxtests/psx02/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx02
diff --git a/c/src/tests/psxtests/psx03/Makefile.am b/c/src/tests/psxtests/psx03/Makefile.am
index 0c6573072b..abb4bf1171 100644
--- a/c/src/tests/psxtests/psx03/Makefile.am
+++ b/c/src/tests/psxtests/psx03/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx03
diff --git a/c/src/tests/psxtests/psx04/Makefile.am b/c/src/tests/psxtests/psx04/Makefile.am
index d3fe85f096..3791111a1a 100644
--- a/c/src/tests/psxtests/psx04/Makefile.am
+++ b/c/src/tests/psxtests/psx04/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx04
diff --git a/c/src/tests/psxtests/psx05/Makefile.am b/c/src/tests/psxtests/psx05/Makefile.am
index 2a80b31e6e..ed5eb0d482 100644
--- a/c/src/tests/psxtests/psx05/Makefile.am
+++ b/c/src/tests/psxtests/psx05/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx05
diff --git a/c/src/tests/psxtests/psx06/Makefile.am b/c/src/tests/psxtests/psx06/Makefile.am
index 534d527a9f..0928204b27 100644
--- a/c/src/tests/psxtests/psx06/Makefile.am
+++ b/c/src/tests/psxtests/psx06/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx06
diff --git a/c/src/tests/psxtests/psx07/Makefile.am b/c/src/tests/psxtests/psx07/Makefile.am
index b7c5d2093c..0237a99db6 100644
--- a/c/src/tests/psxtests/psx07/Makefile.am
+++ b/c/src/tests/psxtests/psx07/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx07
diff --git a/c/src/tests/psxtests/psx08/Makefile.am b/c/src/tests/psxtests/psx08/Makefile.am
index 1322a0b717..4579715349 100644
--- a/c/src/tests/psxtests/psx08/Makefile.am
+++ b/c/src/tests/psxtests/psx08/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx08
diff --git a/c/src/tests/psxtests/psx09/Makefile.am b/c/src/tests/psxtests/psx09/Makefile.am
index 2c6edf9405..ecbad79533 100644
--- a/c/src/tests/psxtests/psx09/Makefile.am
+++ b/c/src/tests/psxtests/psx09/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx09
diff --git a/c/src/tests/psxtests/psx10/Makefile.am b/c/src/tests/psxtests/psx10/Makefile.am
index a15fbc1381..065e475738 100644
--- a/c/src/tests/psxtests/psx10/Makefile.am
+++ b/c/src/tests/psxtests/psx10/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx10
diff --git a/c/src/tests/psxtests/psx11/Makefile.am b/c/src/tests/psxtests/psx11/Makefile.am
index 22b9eef48c..7e2e4ce704 100644
--- a/c/src/tests/psxtests/psx11/Makefile.am
+++ b/c/src/tests/psxtests/psx11/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx11
diff --git a/c/src/tests/psxtests/psx12/Makefile.am b/c/src/tests/psxtests/psx12/Makefile.am
index a1d6d260f0..7b24ae3f23 100644
--- a/c/src/tests/psxtests/psx12/Makefile.am
+++ b/c/src/tests/psxtests/psx12/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx12
diff --git a/c/src/tests/psxtests/psx13/Makefile.am b/c/src/tests/psxtests/psx13/Makefile.am
index 2ef8069c06..09d66c1fca 100644
--- a/c/src/tests/psxtests/psx13/Makefile.am
+++ b/c/src/tests/psxtests/psx13/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx13
diff --git a/c/src/tests/psxtests/psxcancel/Makefile.am b/c/src/tests/psxtests/psxcancel/Makefile.am
index 7d9ec41978..054c6e6d6c 100644
--- a/c/src/tests/psxtests/psxcancel/Makefile.am
+++ b/c/src/tests/psxtests/psxcancel/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxcancel
diff --git a/c/src/tests/psxtests/psxchroot01/Makefile.am b/c/src/tests/psxtests/psxchroot01/Makefile.am
index 2f873a2e17..f07e645dfd 100644
--- a/c/src/tests/psxtests/psxchroot01/Makefile.am
+++ b/c/src/tests/psxtests/psxchroot01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxchroot01
diff --git a/c/src/tests/psxtests/psxfile01/Makefile.am b/c/src/tests/psxtests/psxfile01/Makefile.am
index 5e212786c7..b3327d2bde 100644
--- a/c/src/tests/psxtests/psxfile01/Makefile.am
+++ b/c/src/tests/psxtests/psxfile01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxfile01
diff --git a/c/src/tests/psxtests/psxhdrs/Makefile.am b/c/src/tests/psxtests/psxhdrs/Makefile.am
index fee7369ca4..4f281dc1aa 100644
--- a/c/src/tests/psxtests/psxhdrs/Makefile.am
+++ b/c/src/tests/psxtests/psxhdrs/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \
cond01.c cond02.c cond03.c cond04.c cond05.c cond06.c cond07.c cond08.c \
diff --git a/c/src/tests/psxtests/psxmount/Makefile.am b/c/src/tests/psxtests/psxmount/Makefile.am
index a8a3c372db..7f754da195 100644
--- a/c/src/tests/psxtests/psxmount/Makefile.am
+++ b/c/src/tests/psxtests/psxmount/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxmount
diff --git a/c/src/tests/psxtests/psxmsgq01/Makefile.am b/c/src/tests/psxtests/psxmsgq01/Makefile.am
index 404c2d16f6..81f1ae205e 100644
--- a/c/src/tests/psxtests/psxmsgq01/Makefile.am
+++ b/c/src/tests/psxtests/psxmsgq01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxmsgq01
diff --git a/c/src/tests/psxtests/psxreaddir/Makefile.am b/c/src/tests/psxtests/psxreaddir/Makefile.am
index 2dce601b80..6cdc9026bf 100644
--- a/c/src/tests/psxtests/psxreaddir/Makefile.am
+++ b/c/src/tests/psxtests/psxreaddir/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxreaddir
diff --git a/c/src/tests/psxtests/psxsem01/Makefile.am b/c/src/tests/psxtests/psxsem01/Makefile.am
index 932c7813bf..7d71e5a5a4 100644
--- a/c/src/tests/psxtests/psxsem01/Makefile.am
+++ b/c/src/tests/psxtests/psxsem01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxsem01
diff --git a/c/src/tests/psxtests/psxstat/Makefile.am b/c/src/tests/psxtests/psxstat/Makefile.am
index 3185f4a1a2..de4e33dfa0 100644
--- a/c/src/tests/psxtests/psxstat/Makefile.am
+++ b/c/src/tests/psxtests/psxstat/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxstat
diff --git a/c/src/tests/psxtests/psxtime/Makefile.am b/c/src/tests/psxtests/psxtime/Makefile.am
index df02ca7cfd..8326f34c2b 100644
--- a/c/src/tests/psxtests/psxtime/Makefile.am
+++ b/c/src/tests/psxtests/psxtime/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxtime
diff --git a/c/src/tests/psxtests/psxtimer/Makefile.am b/c/src/tests/psxtests/psxtimer/Makefile.am
index 843e6c6478..1a09a4df54 100644
--- a/c/src/tests/psxtests/psxtimer/Makefile.am
+++ b/c/src/tests/psxtests/psxtimer/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxtimer