summaryrefslogtreecommitdiffstats
path: root/c/src/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 /c/src/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 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 647d684e4b..00ba6f66b8 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -2,7 +2,7 @@
##
## $Id$
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([optman])
RTEMS_TOP(../..)
@@ -13,7 +13,7 @@ RTEMS_ENABLE_RDBG
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define subdir-objects no-exeext foreign 1.9])
+AM_INIT_AUTOMAKE([no-define subdir-objects no-exeext foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTILIB