summaryrefslogtreecommitdiffstats
path: root/c/src/make/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/make/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--c/src/make/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index f685c10585..831dae5d4b 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -6,14 +6,15 @@
## This script configures the configuration files below make/
##
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([bsp.cfg.in])
RTEMS_TOP(../../..)
+AC_SUBST(RTEMS_TOPdir,../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTIPROCESSING