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.
	* delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* score/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:48:18 +00:00
parent 80bbfb9a6a
commit 6e431ba218
9 changed files with 15 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
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.
* delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
* score/Makefile.am: Remove AUTOMAKE_OPTIONS.
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove EXTRA_DIST. * include/Makefile.am: Remove EXTRA_DIST.

View File

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

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-sh-sh7032],[_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-sh-sh7032,$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)/delay.rel PGM = $(ARCH)/delay.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
# NOTE: Unlike other CPUS, we install into a subdirectory to avoid # NOTE: Unlike other CPUS, we install into a subdirectory to avoid
# file name conflicts # file name conflicts

View File

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

View File

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

View File

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