From 1960925df0c8b6284a48975847911641600b993c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:46:40 +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. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. --- cpukit/ChangeLog | 9 +++++++++ cpukit/Makefile.am | 1 - cpukit/configure.ac | 4 ++-- cpukit/include/Makefile.am | 1 - cpukit/wrapup/Makefile.am | 1 - 5 files changed, 11 insertions(+), 5 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index af0e4dd5a7..2ee7092742 100644 --- a/cpukit/ChangeLog +++ b/cpukit/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. + * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. + 2001-01-17 Joel Sherrill * ChangeLog: Deleted duplicate blank line. diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 21dc23fd8e..002f25506e 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 ACLOCAL_AMFLAGS = -I ../../../aclocal include $(top_srcdir)/../../../automake/multilib.am diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 3d565980fe..6462d2ccca 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -3,14 +3,14 @@ ## $Id$ AC_PREREQ(2.52) -AC_INIT +AC_INIT([rtems-c-src-exec],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([score]) RTEMS_TOP(../../..) AC_CONFIG_AUX_DIR(../../..) RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE(rtems-c-src-exec,$RTEMS_VERSION,no) +AM_INIT_AUTOMAKE([no-define foreign 1.6]) AM_MAINTAINER_MODE RTEMS_ENABLE_MULTILIB diff --git a/cpukit/include/Makefile.am b/cpukit/include/Makefile.am index 9b9073ffd1..1efc82b2ed 100644 --- a/cpukit/include/Makefile.am +++ b/cpukit/include/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 4d37763c62..e8325dfc9a 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 LIBNAME = librtemscpu LIB = $(ARCH)/$(LIBNAME).a -- cgit v1.2.3