From 810720b633b95b1cf109ab113890b078bfab2e1c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 12 Dec 2003 03:28:02 +0000 Subject: 2003-12-12 Ralf Corsepius * configure.ac: Require automake >= 1.8, autoconf >= 2.59. --- tools/build/ChangeLog | 4 ++++ tools/build/configure.ac | 4 ++-- tools/cpu/ChangeLog | 4 ++++ tools/cpu/configure.ac | 4 ++-- tools/cpu/generic/ChangeLog | 4 ++++ tools/cpu/generic/configure.ac | 4 ++-- tools/cpu/sh/ChangeLog | 4 ++++ tools/cpu/sh/configure.ac | 4 ++-- 8 files changed, 24 insertions(+), 8 deletions(-) (limited to 'tools') diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog index db9a716227..9b48fe49ec 100644 --- a/tools/build/ChangeLog +++ b/tools/build/ChangeLog @@ -1,3 +1,7 @@ +2003-12-12 Ralf Corsepius + + * configure.ac: Require automake >= 1.8, autoconf >= 2.59. + 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. diff --git a/tools/build/configure.ac b/tools/build/configure.ac index 354fd53cb4..d0852a219b 100644 --- a/tools/build/configure.ac +++ b/tools/build/configure.ac @@ -2,14 +2,14 @@ # $Id$ # -AC_PREREQ(2.57) +AC_PREREQ(2.59) 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.7.2]) +AM_INIT_AUTOMAKE([no-define foreign 1.8]) AM_MAINTAINER_MODE AC_PROG_CC 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 + + * configure.ac: Require automake >= 1.8, autoconf >= 2.59. + 2003-09-26 Joel Sherrill * 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,3 +1,7 @@ +2003-12-12 Ralf Corsepius + + * configure.ac: Require automake >= 1.8, autoconf >= 2.59. + 2003-12-12 Ralf Corsepius * Makefile.am: Cosmetics. 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 + + * configure.ac: Require automake >= 1.8, autoconf >= 2.59. + 2003-08-11 Ralf Corsepius * 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 -- cgit v1.2.3