From 8dc526ef91f774594787b1eccde127b8cea08365 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:44:18 +0000 Subject: 2002-03-27 Ralf Corsepius * 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. --- c/src/tests/psxtests/ChangeLog | 32 ++++++++++++++++++++++++++++ c/src/tests/psxtests/Makefile.am | 1 - c/src/tests/psxtests/configure.ac | 4 ++-- c/src/tests/psxtests/include/Makefile.am | 1 - c/src/tests/psxtests/psx01/Makefile.am | 1 - c/src/tests/psxtests/psx02/Makefile.am | 1 - c/src/tests/psxtests/psx03/Makefile.am | 1 - c/src/tests/psxtests/psx04/Makefile.am | 1 - c/src/tests/psxtests/psx05/Makefile.am | 1 - c/src/tests/psxtests/psx06/Makefile.am | 1 - c/src/tests/psxtests/psx07/Makefile.am | 1 - c/src/tests/psxtests/psx08/Makefile.am | 1 - c/src/tests/psxtests/psx09/Makefile.am | 1 - c/src/tests/psxtests/psx10/Makefile.am | 1 - c/src/tests/psxtests/psx11/Makefile.am | 1 - c/src/tests/psxtests/psx12/Makefile.am | 1 - c/src/tests/psxtests/psx13/Makefile.am | 1 - c/src/tests/psxtests/psxcancel/Makefile.am | 1 - c/src/tests/psxtests/psxchroot01/Makefile.am | 1 - c/src/tests/psxtests/psxfile01/Makefile.am | 1 - c/src/tests/psxtests/psxhdrs/Makefile.am | 1 - c/src/tests/psxtests/psxmount/Makefile.am | 1 - c/src/tests/psxtests/psxmsgq01/Makefile.am | 1 - c/src/tests/psxtests/psxreaddir/Makefile.am | 1 - c/src/tests/psxtests/psxsem01/Makefile.am | 1 - c/src/tests/psxtests/psxstat/Makefile.am | 1 - c/src/tests/psxtests/psxtime/Makefile.am | 1 - c/src/tests/psxtests/psxtimer/Makefile.am | 1 - testsuites/psxtests/ChangeLog | 32 ++++++++++++++++++++++++++++ testsuites/psxtests/Makefile.am | 1 - testsuites/psxtests/configure.ac | 4 ++-- testsuites/psxtests/include/Makefile.am | 1 - testsuites/psxtests/psx01/Makefile.am | 1 - testsuites/psxtests/psx02/Makefile.am | 1 - testsuites/psxtests/psx03/Makefile.am | 1 - testsuites/psxtests/psx04/Makefile.am | 1 - testsuites/psxtests/psx05/Makefile.am | 1 - testsuites/psxtests/psx06/Makefile.am | 1 - testsuites/psxtests/psx07/Makefile.am | 1 - testsuites/psxtests/psx08/Makefile.am | 1 - testsuites/psxtests/psx09/Makefile.am | 1 - testsuites/psxtests/psx10/Makefile.am | 1 - testsuites/psxtests/psx11/Makefile.am | 1 - testsuites/psxtests/psx12/Makefile.am | 1 - testsuites/psxtests/psx13/Makefile.am | 1 - testsuites/psxtests/psxcancel/Makefile.am | 1 - testsuites/psxtests/psxchroot01/Makefile.am | 1 - testsuites/psxtests/psxfile01/Makefile.am | 1 - testsuites/psxtests/psxhdrs/Makefile.am | 1 - testsuites/psxtests/psxmount/Makefile.am | 1 - testsuites/psxtests/psxmsgq01/Makefile.am | 1 - testsuites/psxtests/psxreaddir/Makefile.am | 1 - testsuites/psxtests/psxsem01/Makefile.am | 1 - testsuites/psxtests/psxstat/Makefile.am | 1 - testsuites/psxtests/psxtime/Makefile.am | 1 - testsuites/psxtests/psxtimer/Makefile.am | 1 - 56 files changed, 68 insertions(+), 56 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 + + * 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 Reported by Ibragimov Ilya 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 diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 9c6cfad38a..4a11dcbd53 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,35 @@ +2002-03-27 Ralf Corsepius + + * 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 Reported by Ibragimov Ilya and tracked as PR63. diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index 59706d48b5..50763cacbb 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I ../../../../aclocal SHARED_DIRS = diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 7c15f879da..1853a5fe3b 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/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/testsuites/psxtests/include/Makefile.am b/testsuites/psxtests/include/Makefile.am index 057f4043c1..cb6f48b060 100644 --- a/testsuites/psxtests/include/Makefile.am +++ b/testsuites/psxtests/include/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 noinst_HEADERS = pmacros.h diff --git a/testsuites/psxtests/psx01/Makefile.am b/testsuites/psxtests/psx01/Makefile.am index 8dbba37199..ca48692a84 100644 --- a/testsuites/psxtests/psx01/Makefile.am +++ b/testsuites/psxtests/psx01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx01 diff --git a/testsuites/psxtests/psx02/Makefile.am b/testsuites/psxtests/psx02/Makefile.am index f1ae9f0838..c9e3d43228 100644 --- a/testsuites/psxtests/psx02/Makefile.am +++ b/testsuites/psxtests/psx02/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx02 diff --git a/testsuites/psxtests/psx03/Makefile.am b/testsuites/psxtests/psx03/Makefile.am index 0c6573072b..abb4bf1171 100644 --- a/testsuites/psxtests/psx03/Makefile.am +++ b/testsuites/psxtests/psx03/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx03 diff --git a/testsuites/psxtests/psx04/Makefile.am b/testsuites/psxtests/psx04/Makefile.am index d3fe85f096..3791111a1a 100644 --- a/testsuites/psxtests/psx04/Makefile.am +++ b/testsuites/psxtests/psx04/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx04 diff --git a/testsuites/psxtests/psx05/Makefile.am b/testsuites/psxtests/psx05/Makefile.am index 2a80b31e6e..ed5eb0d482 100644 --- a/testsuites/psxtests/psx05/Makefile.am +++ b/testsuites/psxtests/psx05/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx05 diff --git a/testsuites/psxtests/psx06/Makefile.am b/testsuites/psxtests/psx06/Makefile.am index 534d527a9f..0928204b27 100644 --- a/testsuites/psxtests/psx06/Makefile.am +++ b/testsuites/psxtests/psx06/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx06 diff --git a/testsuites/psxtests/psx07/Makefile.am b/testsuites/psxtests/psx07/Makefile.am index b7c5d2093c..0237a99db6 100644 --- a/testsuites/psxtests/psx07/Makefile.am +++ b/testsuites/psxtests/psx07/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx07 diff --git a/testsuites/psxtests/psx08/Makefile.am b/testsuites/psxtests/psx08/Makefile.am index 1322a0b717..4579715349 100644 --- a/testsuites/psxtests/psx08/Makefile.am +++ b/testsuites/psxtests/psx08/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx08 diff --git a/testsuites/psxtests/psx09/Makefile.am b/testsuites/psxtests/psx09/Makefile.am index 2c6edf9405..ecbad79533 100644 --- a/testsuites/psxtests/psx09/Makefile.am +++ b/testsuites/psxtests/psx09/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx09 diff --git a/testsuites/psxtests/psx10/Makefile.am b/testsuites/psxtests/psx10/Makefile.am index a15fbc1381..065e475738 100644 --- a/testsuites/psxtests/psx10/Makefile.am +++ b/testsuites/psxtests/psx10/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx10 diff --git a/testsuites/psxtests/psx11/Makefile.am b/testsuites/psxtests/psx11/Makefile.am index 22b9eef48c..7e2e4ce704 100644 --- a/testsuites/psxtests/psx11/Makefile.am +++ b/testsuites/psxtests/psx11/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx11 diff --git a/testsuites/psxtests/psx12/Makefile.am b/testsuites/psxtests/psx12/Makefile.am index a1d6d260f0..7b24ae3f23 100644 --- a/testsuites/psxtests/psx12/Makefile.am +++ b/testsuites/psxtests/psx12/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx12 diff --git a/testsuites/psxtests/psx13/Makefile.am b/testsuites/psxtests/psx13/Makefile.am index 2ef8069c06..09d66c1fca 100644 --- a/testsuites/psxtests/psx13/Makefile.am +++ b/testsuites/psxtests/psx13/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psx13 diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am index 7d9ec41978..054c6e6d6c 100644 --- a/testsuites/psxtests/psxcancel/Makefile.am +++ b/testsuites/psxtests/psxcancel/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxcancel diff --git a/testsuites/psxtests/psxchroot01/Makefile.am b/testsuites/psxtests/psxchroot01/Makefile.am index 2f873a2e17..f07e645dfd 100644 --- a/testsuites/psxtests/psxchroot01/Makefile.am +++ b/testsuites/psxtests/psxchroot01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxchroot01 diff --git a/testsuites/psxtests/psxfile01/Makefile.am b/testsuites/psxtests/psxfile01/Makefile.am index 5e212786c7..b3327d2bde 100644 --- a/testsuites/psxtests/psxfile01/Makefile.am +++ b/testsuites/psxtests/psxfile01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxfile01 diff --git a/testsuites/psxtests/psxhdrs/Makefile.am b/testsuites/psxtests/psxhdrs/Makefile.am index fee7369ca4..4f281dc1aa 100644 --- a/testsuites/psxtests/psxhdrs/Makefile.am +++ b/testsuites/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/testsuites/psxtests/psxmount/Makefile.am b/testsuites/psxtests/psxmount/Makefile.am index a8a3c372db..7f754da195 100644 --- a/testsuites/psxtests/psxmount/Makefile.am +++ b/testsuites/psxtests/psxmount/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxmount diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am index 404c2d16f6..81f1ae205e 100644 --- a/testsuites/psxtests/psxmsgq01/Makefile.am +++ b/testsuites/psxtests/psxmsgq01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxmsgq01 diff --git a/testsuites/psxtests/psxreaddir/Makefile.am b/testsuites/psxtests/psxreaddir/Makefile.am index 2dce601b80..6cdc9026bf 100644 --- a/testsuites/psxtests/psxreaddir/Makefile.am +++ b/testsuites/psxtests/psxreaddir/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxreaddir diff --git a/testsuites/psxtests/psxsem01/Makefile.am b/testsuites/psxtests/psxsem01/Makefile.am index 932c7813bf..7d71e5a5a4 100644 --- a/testsuites/psxtests/psxsem01/Makefile.am +++ b/testsuites/psxtests/psxsem01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxsem01 diff --git a/testsuites/psxtests/psxstat/Makefile.am b/testsuites/psxtests/psxstat/Makefile.am index 3185f4a1a2..de4e33dfa0 100644 --- a/testsuites/psxtests/psxstat/Makefile.am +++ b/testsuites/psxtests/psxstat/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxstat diff --git a/testsuites/psxtests/psxtime/Makefile.am b/testsuites/psxtests/psxtime/Makefile.am index df02ca7cfd..8326f34c2b 100644 --- a/testsuites/psxtests/psxtime/Makefile.am +++ b/testsuites/psxtests/psxtime/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxtime diff --git a/testsuites/psxtests/psxtimer/Makefile.am b/testsuites/psxtests/psxtimer/Makefile.am index 843e6c6478..1a09a4df54 100644 --- a/testsuites/psxtests/psxtimer/Makefile.am +++ b/testsuites/psxtests/psxtimer/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = psxtimer -- cgit v1.2.3