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.
This commit is contained in:
Joel Sherrill
2002-03-28 00:44:04 +00:00
parent c42980ab47
commit a7d158ab33
24 changed files with 36 additions and 24 deletions

View File

@@ -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> 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \ SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \

View File

@@ -3,14 +3,14 @@
## $Id$ ## $Id$
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_INIT AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([itronhello]) AC_CONFIG_SRCDIR([itronhello])
RTEMS_TOP(../../../..) RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..) AC_CONFIG_AUX_DIR(../../../..)
RTEMS_CANONICAL_TARGET_CPU 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 AM_MAINTAINER_MODE
RTEMS_ENABLE_GCC28 RTEMS_ENABLE_GCC28

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronhello TEST = itronhello
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronmbf01 TEST = itronmbf01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronmbox01 TEST = itronmbox01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronsem01 TEST = itronsem01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask01 TEST = itrontask01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask02 TEST = itrontask02
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask03 TEST = itrontask03
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask04 TEST = itrontask04
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontime01 TEST = itrontime01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -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> 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \ SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \

View File

@@ -3,14 +3,14 @@
## $Id$ ## $Id$
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_INIT AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([itronhello]) AC_CONFIG_SRCDIR([itronhello])
RTEMS_TOP(../../../..) RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..) AC_CONFIG_AUX_DIR(../../../..)
RTEMS_CANONICAL_TARGET_CPU 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 AM_MAINTAINER_MODE
RTEMS_ENABLE_GCC28 RTEMS_ENABLE_GCC28

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronhello TEST = itronhello
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronmbf01 TEST = itronmbf01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronmbox01 TEST = itronmbox01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itronsem01 TEST = itronsem01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask01 TEST = itrontask01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask02 TEST = itrontask02
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask03 TEST = itrontask03
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontask04 TEST = itrontask04
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
TEST = itrontime01 TEST = itrontime01
PGM = ${ARCH}/$(TEST).exe PGM = ${ARCH}/$(TEST).exe