summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-17 07:38:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-17 07:38:02 +0000
commitba2c04fa2c11a6556ba4dc5db53fbd2e373035b9 (patch)
treee9e09d528fd5dbf9ad0964626e155728cc213040 /testsuites/itrontests
parent2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ba2c04fa2c11a6556ba4dc5db53fbd2e373035b9.tar.bz2
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
Diffstat (limited to 'testsuites/itrontests')
-rw-r--r--testsuites/itrontests/ChangeLog4
-rw-r--r--testsuites/itrontests/configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index c5f5a6a780..e6bbd23d5d 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require autoconf-2.60. Require automake-1.10.
+
2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
diff --git a/testsuites/itrontests/configure.ac b/testsuites/itrontests/configure.ac
index f875fcffe6..ea92c4d915 100644
--- a/testsuites/itrontests/configure.ac
+++ b/testsuites/itrontests/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([itronhello])
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