From 4b01a189eac5c1dada41b04d6fc39af0c249818b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:44:34 +0000 Subject: 2002-03-27 Ralf Corsepius * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. --- testsuites/tmitrontests/ChangeLog | 9 +++++++++ testsuites/tmitrontests/Makefile.am | 1 - testsuites/tmitrontests/configure.ac | 4 ++-- testsuites/tmitrontests/include/Makefile.am | 1 - testsuites/tmitrontests/tmitronsem01/Makefile.am | 1 - 5 files changed, 11 insertions(+), 5 deletions(-) (limited to 'testsuites') diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog index 9e3e800d2e..c85a09cccd 100644 --- a/testsuites/tmitrontests/ChangeLog +++ b/testsuites/tmitrontests/ChangeLog @@ -1,3 +1,12 @@ +2002-03-27 Ralf Corsepius + + * configure.ac: + AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). + AM_INIT_AUTOMAKE([no-define foreign 1.6]). + * include/Makefile.am: Remove AUTOMAKE_OPTIONS. + * Makefile.am: Remove AUTOMAKE_OPTIONS. + * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. + 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/testsuites/tmitrontests/Makefile.am b/testsuites/tmitrontests/Makefile.am index 38c2b1ed9a..b7efdbac4a 100644 --- a/testsuites/tmitrontests/Makefile.am +++ b/testsuites/tmitrontests/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I ../../../../aclocal ITRON_DIRS = include tmitronsem01 diff --git a/testsuites/tmitrontests/configure.ac b/testsuites/tmitrontests/configure.ac index b272880ece..438633a4cd 100644 --- a/testsuites/tmitrontests/configure.ac +++ b/testsuites/tmitrontests/configure.ac @@ -3,14 +3,14 @@ ## $Id$ AC_PREREQ(2.52) -AC_INIT +AC_INIT([rtems-c-src-tests-tmitrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([tmitronsem01]) RTEMS_TOP(../../../..) AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE(rtems-c-src-tests-tmitrontests,$RTEMS_VERSION,no) +AM_INIT_AUTOMAKE([no-define foreign 1.6]) AM_MAINTAINER_MODE RTEMS_ENABLE_GCC28 diff --git a/testsuites/tmitrontests/include/Makefile.am b/testsuites/tmitrontests/include/Makefile.am index fcf88cb578..107bff9b2d 100644 --- a/testsuites/tmitrontests/include/Makefile.am +++ b/testsuites/tmitrontests/include/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 noinst_HEADERS = timesys.h diff --git a/testsuites/tmitrontests/tmitronsem01/Makefile.am b/testsuites/tmitrontests/tmitronsem01/Makefile.am index ac8d55bd0a..2f9790cd9b 100644 --- a/testsuites/tmitrontests/tmitronsem01/Makefile.am +++ b/testsuites/tmitrontests/tmitronsem01/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 TEST = tmitronsem01 -- cgit v1.2.3