summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts-ada/ChangeLog10
-rw-r--r--scripts-ada/Makefile.am1
-rw-r--r--scripts-ada/binutils/Makefile.am1
-rw-r--r--scripts-ada/configure.ac4
-rw-r--r--scripts-ada/gdb/Makefile.am1
-rw-r--r--scripts-ada/gnatnewlib/Makefile.am1
6 files changed, 12 insertions, 6 deletions
diff --git a/scripts-ada/ChangeLog b/scripts-ada/ChangeLog
index 1a5604e0dc..1b325cae32 100644
--- a/scripts-ada/ChangeLog
+++ b/scripts-ada/ChangeLog
@@ -1,3 +1,13 @@
+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]).
+ * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * gnatnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/scripts-ada/Makefile.am b/scripts-ada/Makefile.am
index 75ccc3c8cf..a37f157999 100644
--- a/scripts-ada/Makefile.am
+++ b/scripts-ada/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = . gnatnewlib gdb
diff --git a/scripts-ada/binutils/Makefile.am b/scripts-ada/binutils/Makefile.am
index a2b96e2996..d2774f2b44 100644
--- a/scripts-ada/binutils/Makefile.am
+++ b/scripts-ada/binutils/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
diff --git a/scripts-ada/configure.ac b/scripts-ada/configure.ac
index d4e713176c..332b1577b7 100644
--- a/scripts-ada/configure.ac
+++ b/scripts-ada/configure.ac
@@ -1,9 +1,9 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-scripts-ada],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([binutils])
-AM_INIT_AUTOMAKE(rtems-scripts_ada,20000125-0,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
# Check for .exe suffix.
# With autoconf > 2.13 AC_EXEEXT is not what we want to use.
diff --git a/scripts-ada/gdb/Makefile.am b/scripts-ada/gdb/Makefile.am
index 13040218c6..b7876ab712 100644
--- a/scripts-ada/gdb/Makefile.am
+++ b/scripts-ada/gdb/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
diff --git a/scripts-ada/gnatnewlib/Makefile.am b/scripts-ada/gnatnewlib/Makefile.am
index 55203624cf..b00e8b847e 100644
--- a/scripts-ada/gnatnewlib/Makefile.am
+++ b/scripts-ada/gnatnewlib/Makefile.am
@@ -1,6 +1,5 @@
## $Id$
-AUTOMAKE_OPTIONS = foreign 1.4
MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec