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.
This commit is contained in:
Joel Sherrill
2002-03-28 00:44:18 +00:00
parent ed794ad779
commit 8dc526ef91
56 changed files with 68 additions and 56 deletions

View File

@@ -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.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SHARED_DIRS =

View File

@@ -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

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
noinst_HEADERS = pmacros.h

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx02

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx03

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx04

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx05

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx06

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx07

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx08

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx09

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx10

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx11

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx12

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx13

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxcancel

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxchroot01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxfile01

View File

@@ -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 \

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxmount

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxmsgq01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxreaddir

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxsem01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxstat

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxtime

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxtimer

View File

@@ -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.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SHARED_DIRS =

View File

@@ -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

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
noinst_HEADERS = pmacros.h

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx02

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx03

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx04

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx05

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx06

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx07

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx08

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx09

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx10

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx11

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx12

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psx13

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxcancel

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxchroot01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxfile01

View File

@@ -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 \

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxmount

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxmsgq01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxreaddir

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxsem01

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxstat

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxtime

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = psxtimer