summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:36:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:36:32 +0000
commit32865ab96dc3916be3f5cd97bc4060e116dd4858 (patch)
treebc69c127ba3e56521338cab7f27c4ccb65d6e9f5 /testsuites
parent2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-32865ab96dc3916be3f5cd97bc4060e116dd4858.tar.bz2
Require automake-1.10. Requires autoconf-2.60.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index 1b7200bc37..0e6a88aad5 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-c-src-tests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([PROBLEMS])
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_ENABLE_TESTS