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]).
	* autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:54:33 +00:00
parent 8b14331aa7
commit d7c82390d8
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]).
* autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
* gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
* gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
* rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de> 2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de>
* PR151 * PR151

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = . binutils gccnewlib gdb rtems autotools SUBDIRS = . binutils gccnewlib gdb rtems autotools

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
RPM_SPECS_DATA = \ RPM_SPECS_DATA = \
autoconf-rtems.spec automake-rtems.spec autoconf-rtems.spec automake-rtems.spec

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec

View File

@@ -1,10 +1,10 @@
## $Id$ ## $Id$
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_INIT AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([binutils]) AC_CONFIG_SRCDIR([binutils])
AC_PREFIX_DEFAULT([/opt/rtems]) AC_PREFIX_DEFAULT([/opt/rtems])
AM_INIT_AUTOMAKE(rtems-scripts,20010516,no) AM_INIT_AUTOMAKE([no-define foreign 1.6])
AC_CANONICAL_HOST AC_CANONICAL_HOST

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec