summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 03:28:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 03:28:02 +0000
commit810720b633b95b1cf109ab113890b078bfab2e1c (patch)
treea1b888daa6beb2c9a84523f24ad213575d7a3f8a /tools/cpu
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-810720b633b95b1cf109ab113890b078bfab2e1c.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
Diffstat (limited to 'tools/cpu')
-rw-r--r--tools/cpu/ChangeLog4
-rw-r--r--tools/cpu/configure.ac4
-rw-r--r--tools/cpu/generic/ChangeLog4
-rw-r--r--tools/cpu/generic/configure.ac4
-rw-r--r--tools/cpu/sh/ChangeLog4
-rw-r--r--tools/cpu/sh/configure.ac4
6 files changed, 18 insertions, 6 deletions
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 7f253c3f2d..589f41636f 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
+
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Obsoleting HP PA-RISC port.
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index 65d9cd5ee3..060f45eb84 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([generic])
RTEMS_TOP(../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH
diff --git a/tools/cpu/generic/ChangeLog b/tools/cpu/generic/ChangeLog
index 1633b0b6d2..17bc3dc397 100644
--- a/tools/cpu/generic/ChangeLog
+++ b/tools/cpu/generic/ChangeLog
@@ -1,5 +1,9 @@
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
+
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Cosmetics.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
index 706b70bcde..7d2045cab3 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([size_rtems.in])
RTEMS_TOP(../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index 16824a3314..21957b37b8 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
+
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
diff --git a/tools/cpu/sh/configure.ac b/tools/cpu/sh/configure.ac
index 0167276927..1b6858b9b7 100644
--- a/tools/cpu/sh/configure.ac
+++ b/tools/cpu/sh/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([shgen.c])
RTEMS_TOP(../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([foreign 1.7.2])
+AM_INIT_AUTOMAKE([foreign 1.8])
AM_MAINTAINER_MODE
AC_PROG_CC