summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/configure.ac
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 /tools/cpu/sh/configure.ac
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 '')
-rw-r--r--tools/cpu/sh/configure.ac4
1 files changed, 2 insertions, 2 deletions
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