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]).
	* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:48:01 +00:00
parent f48c0106db
commit ebe9aefd63
8 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
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]).
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5 * include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
SUBDIRS = include clock console mbus timer SUBDIRS = include clock console mbus timer

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/clock.rel PGM = $(ARCH)/clock.rel

View File

@@ -3,14 +3,14 @@
## $Id$ ## $Id$
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_INIT AC_INIT([rtems-c-src-lib-libcpu-m68k-mcf5206],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([include]) AC_CONFIG_SRCDIR([include])
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-lib-libcpu-m68k-mcf5206,$RTEMS_VERSION,no) AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENABLE_BARE RTEMS_ENABLE_BARE

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/console.rel PGM = $(ARCH)/console.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
include_mcf5206dir = $(includedir)/mcf5206 include_mcf5206dir = $(includedir)/mcf5206

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/mbus.rel PGM = $(ARCH)/mbus.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/timer.rel PGM = $(ARCH)/timer.rel