summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 03:28:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 03:28:02 +0000
commit810720b633b95b1cf109ab113890b078bfab2e1c (patch)
treea1b888daa6beb2c9a84523f24ad213575d7a3f8a /tools/cpu/generic/configure.ac
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-810720b633b95b1cf109ab113890b078bfab2e1c.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
Diffstat (limited to '')
-rw-r--r--tools/cpu/generic/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
index 706b70bcde..7d2045cab3 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
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.7.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH