From a7d158ab33155db04b45ea9caf01c842ef5e6790 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:44:04 +0000 Subject: 2002-03-27 Ralf Corsepius * 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. --- testsuites/itrontests/ChangeLog | 16 ++++++++++++++++ testsuites/itrontests/Makefile.am | 1 - testsuites/itrontests/configure.ac | 4 ++-- testsuites/itrontests/itronhello/Makefile.am | 1 - testsuites/itrontests/itronmbf01/Makefile.am | 1 - testsuites/itrontests/itronmbox01/Makefile.am | 1 - testsuites/itrontests/itronsem01/Makefile.am | 1 - testsuites/itrontests/itrontask01/Makefile.am | 1 - testsuites/itrontests/itrontask02/Makefile.am | 1 - testsuites/itrontests/itrontask03/Makefile.am | 1 - testsuites/itrontests/itrontask04/Makefile.am | 1 - testsuites/itrontests/itrontime01/Makefile.am | 1 - 12 files changed, 18 insertions(+), 12 deletions(-) (limited to 'testsuites') diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog index 78c07214e1..34d3813724 100644 --- a/testsuites/itrontests/ChangeLog +++ b/testsuites/itrontests/ChangeLog @@ -1,3 +1,19 @@ +2002-03-27 Ralf Corsepius + + * 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 * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/testsuites/itrontests/Makefile.am b/testsuites/itrontests/Makefile.am index 57c5190dac..476f4aff8a 100644 --- a/testsuites/itrontests/Makefile.am +++ b/testsuites/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/testsuites/itrontests/configure.ac b/testsuites/itrontests/configure.ac index a693b01ea3..9ba6fef9dd 100644 --- a/testsuites/itrontests/configure.ac +++ b/testsuites/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/testsuites/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am index 7de5fdaf32..b507322008 100644 --- a/testsuites/itrontests/itronhello/Makefile.am +++ b/testsuites/itrontests/itronhello/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itronhello PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itronmbf01/Makefile.am b/testsuites/itrontests/itronmbf01/Makefile.am index 2b63462f9f..2a260e234e 100644 --- a/testsuites/itrontests/itronmbf01/Makefile.am +++ b/testsuites/itrontests/itronmbf01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itronmbf01 PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itronmbox01/Makefile.am b/testsuites/itrontests/itronmbox01/Makefile.am index 0722cac30f..bd48210dd0 100644 --- a/testsuites/itrontests/itronmbox01/Makefile.am +++ b/testsuites/itrontests/itronmbox01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itronmbox01 PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itronsem01/Makefile.am b/testsuites/itrontests/itronsem01/Makefile.am index b5df891ff2..0c598d7ab7 100644 --- a/testsuites/itrontests/itronsem01/Makefile.am +++ b/testsuites/itrontests/itronsem01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itronsem01 PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itrontask01/Makefile.am b/testsuites/itrontests/itrontask01/Makefile.am index 30223b4b98..a7f48f3e31 100644 --- a/testsuites/itrontests/itrontask01/Makefile.am +++ b/testsuites/itrontests/itrontask01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itrontask01 PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itrontask02/Makefile.am b/testsuites/itrontests/itrontask02/Makefile.am index 4a20ec8a5c..2fd49c68db 100644 --- a/testsuites/itrontests/itrontask02/Makefile.am +++ b/testsuites/itrontests/itrontask02/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itrontask02 PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itrontask03/Makefile.am b/testsuites/itrontests/itrontask03/Makefile.am index 93755af8bc..cd1c21d7a1 100644 --- a/testsuites/itrontests/itrontask03/Makefile.am +++ b/testsuites/itrontests/itrontask03/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itrontask03 PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itrontask04/Makefile.am b/testsuites/itrontests/itrontask04/Makefile.am index 45facfbaaf..faf718e00b 100644 --- a/testsuites/itrontests/itrontask04/Makefile.am +++ b/testsuites/itrontests/itrontask04/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itrontask04 PGM = ${ARCH}/$(TEST).exe diff --git a/testsuites/itrontests/itrontime01/Makefile.am b/testsuites/itrontests/itrontime01/Makefile.am index cf400e447d..b09495c0ad 100644 --- a/testsuites/itrontests/itrontime01/Makefile.am +++ b/testsuites/itrontests/itrontime01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = itrontime01 PGM = ${ARCH}/$(TEST).exe -- cgit v1.2.3