summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 10:39:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 10:39:18 +0000
commit33e6983058494443108379121129b6a81e4e3ec1 (patch)
treeebe989a363fe09e50620f587c993eb31b1c2323f /cpukit/configure.ac
parent2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-33e6983058494443108379121129b6a81e4e3ec1.tar.bz2
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead. * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index a3af558e14..fee6bdd0fa 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -2,7 +2,7 @@
##
## $Id$
-AC_PREREQ(2.52)
+AC_PREREQ(2.54)
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([score])
RTEMS_TOP(..)
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR(..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
+AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.7.2])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTILIB