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]).
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:46:40 +00:00
parent c43484bf54
commit 1960925df0
10 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
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]).
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Deleted duplicate blank line.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../aclocal
include $(top_srcdir)/../../../automake/multilib.am

View File

@@ -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

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.5
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
LIBNAME = librtemscpu
LIB = $(ARCH)/$(LIBNAME).a