summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 14:26:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 14:26:57 +0000
commitb06cc7e76d3135b45d543796591763c0b6145819 (patch)
treef7b6774a877b686ae370af011ce3cc8ca85c3730
parent2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b06cc7e76d3135b45d543796591763c0b6145819.tar.bz2
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
-rw-r--r--c/ChangeLog4
-rw-r--r--c/configure.ac4
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/configure.ac4
-rw-r--r--doc/tools/ChangeLog4
-rw-r--r--doc/tools/configure.ac4
-rw-r--r--tools/build/ChangeLog4
-rw-r--r--tools/build/configure.ac4
-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
14 files changed, 42 insertions, 14 deletions
diff --git a/c/ChangeLog b/c/ChangeLog
index dbf5d07e51..ad89a5a1a3 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2006-08-09 Kolja Waschk <waschk@telos.de>
* TOOL_TARGETS: New port to Altera NIOS II.
diff --git a/c/configure.ac b/c/configure.ac
index 416c2a60c0..aa586ef1dc 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-c],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([TOOL_TARGETS])
RTEMS_TOP(..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
## These options are used within this file.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d18c1ecff5..4b537f51a6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
diff --git a/doc/configure.ac b/doc/configure.ac
index bd3398ec2a..71558ab412 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-doc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([project.am])
RTEMS_TOP([..])
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_ENABLE_RPMPREFIX
diff --git a/doc/tools/ChangeLog b/doc/tools/ChangeLog
index 5fc117f2c5..3dda8c10ec 100644
--- a/doc/tools/ChangeLog
+++ b/doc/tools/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 4fc1e70ecd..0995ad7688 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([word-replace2])
RTEMS_TOP([../..])
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
dnl Checks for programs.
AC_PROG_CC
diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog
index 348d3289ef..9ec0ff82f4 100644
--- a/tools/build/ChangeLog
+++ b/tools/build/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2006-07-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* doxy-filter: New.
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index 68da17df37..80cf080717 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -2,14 +2,14 @@
# $Id$
#
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-tools-build],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([install-if-change.in])
RTEMS_TOP(../..)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
AC_PROG_CC
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 2e041d6612..5aeb0cd05b 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2006-08-09 Kolja Waschk <waschk@telos.de>
* configure.ac: New port to Altera NIOS II.
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index cdbe9a0813..85bd9b6957 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
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.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH
diff --git a/tools/cpu/generic/ChangeLog b/tools/cpu/generic/ChangeLog
index 65814bde90..d7eea7acfd 100644
--- a/tools/cpu/generic/ChangeLog
+++ b/tools/cpu/generic/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
index 88b305c43d..73893828ba 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
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.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index e1df6682a1..222f070d7c 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2006-01-31 Ralf Corsepius <ralf.corsepius@rtems.org>
* shgen.c: include <stdlib.h>.
diff --git a/tools/cpu/sh/configure.ac b/tools/cpu/sh/configure.ac
index 8b63917017..d75932d982 100644
--- a/tools/cpu/sh/configure.ac
+++ b/tools/cpu/sh/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
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.9])
+AM_INIT_AUTOMAKE([foreign 1.10])
AM_MAINTAINER_MODE
AC_PROG_CC