From cb626ac8c538d1feebd03e91d803e3b3f35253dc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:44:31 +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. --- c/src/tests/support/ChangeLog | 8 ++++++++ c/src/tests/support/Makefile.am | 1 - c/src/tests/support/configure.ac | 4 ++-- c/src/tests/support/include/Makefile.am | 1 - 4 files changed, 10 insertions(+), 4 deletions(-) (limited to 'c/src/tests') diff --git a/c/src/tests/support/ChangeLog b/c/src/tests/support/ChangeLog index 6c43536553..0314f01ff6 100644 --- a/c/src/tests/support/ChangeLog +++ b/c/src/tests/support/ChangeLog @@ -1,3 +1,11 @@ +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. + 2001-11-07 Joel Sherrill Tracked as PR72 but related to the object id problem (PR36) diff --git a/c/src/tests/support/Makefile.am b/c/src/tests/support/Makefile.am index 5bc471a7c0..bb79a6c15c 100644 --- a/c/src/tests/support/Makefile.am +++ b/c/src/tests/support/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I ../../../../aclocal SUBDIRS = include diff --git a/c/src/tests/support/configure.ac b/c/src/tests/support/configure.ac index 2d75901e05..017831d28b 100644 --- a/c/src/tests/support/configure.ac +++ b/c/src/tests/support/configure.ac @@ -3,14 +3,14 @@ ## $Id$ AC_PREREQ(2.52) -AC_INIT +AC_INIT([rtems-c-src-tests-support],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([include]) RTEMS_TOP(../../../..) AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE(rtems-c-src-tests-support,$RTEMS_VERSION,no) +AM_INIT_AUTOMAKE([no-define foreign 1.6]) AM_MAINTAINER_MODE RTEMS_ENV_RTEMSBSP diff --git a/c/src/tests/support/include/Makefile.am b/c/src/tests/support/include/Makefile.am index d5d258b558..ebbdc7bc99 100644 --- a/c/src/tests/support/include/Makefile.am +++ b/c/src/tests/support/include/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ -- cgit v1.2.3