From ba2c04fa2c11a6556ba4dc5db53fbd2e373035b9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Oct 2006 07:38:02 +0000 Subject: =?UTF-8?q?2006-10-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Require autoconf-2.60. Require automake-1.10. --- tools/cpu/generic/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/cpu/generic/configure.ac') 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 -- cgit v1.2.3