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/nios2/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/cpu/nios2/configure.ac') diff --git a/tools/cpu/nios2/configure.ac b/tools/cpu/nios2/configure.ac index 3388357c3c..40da9cc107 100644 --- a/tools/cpu/nios2/configure.ac +++ b/tools/cpu/nios2/configure.ac @@ -2,14 +2,14 @@ ## ## $Id$ -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([nios2gen.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 -- cgit v1.2.3