summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/ChangeLog12
-rw-r--r--scripts/Makefile.am1
-rw-r--r--scripts/autotools/Makefile.am1
-rw-r--r--scripts/binutils/Makefile.am1
-rw-r--r--scripts/configure.ac4
-rw-r--r--scripts/gccnewlib/Makefile.am1
-rw-r--r--scripts/gdb/Makefile.am1
-rw-r--r--scripts/rtems/Makefile.am1
8 files changed, 14 insertions, 8 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 90bbbf30a5..303d708f52 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -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>
* PR151
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 18d3ed20f2..f41310964b 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = . binutils gccnewlib gdb rtems autotools
diff --git a/scripts/autotools/Makefile.am b/scripts/autotools/Makefile.am
index c3ace85bb3..2a75ae74e1 100644
--- a/scripts/autotools/Makefile.am
+++ b/scripts/autotools/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
RPM_SPECS_DATA = \
autoconf-rtems.spec automake-rtems.spec
diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am
index 0e4453bdfb..272514f6a8 100644
--- a/scripts/binutils/Makefile.am
+++ b/scripts/binutils/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
diff --git a/scripts/configure.ac b/scripts/configure.ac
index a1e47f5738..3d3d5908b0 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -1,10 +1,10 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([binutils])
AC_PREFIX_DEFAULT([/opt/rtems])
-AM_INIT_AUTOMAKE(rtems-scripts,20010516,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
AC_CANONICAL_HOST
diff --git a/scripts/gccnewlib/Makefile.am b/scripts/gccnewlib/Makefile.am
index 210c722ca6..9b7d8a5ef2 100644
--- a/scripts/gccnewlib/Makefile.am
+++ b/scripts/gccnewlib/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec
diff --git a/scripts/gdb/Makefile.am b/scripts/gdb/Makefile.am
index f6938fbb48..fb83430fc7 100644
--- a/scripts/gdb/Makefile.am
+++ b/scripts/gdb/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
diff --git a/scripts/rtems/Makefile.am b/scripts/rtems/Makefile.am
index e8a8026821..0a84a5c2a3 100644
--- a/scripts/rtems/Makefile.am
+++ b/scripts/rtems/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec