summaryrefslogtreecommitdiffstats
path: root/c/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c/configure.ac')
-rw-r--r--c/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/configure.ac b/c/configure.ac
index a2202e8310..4763dacd86 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.60)
+AC_PREREQ([2.68])
AC_INIT([rtems-c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([TOOL_TARGETS])
RTEMS_TOP(..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
## These options are used within this file.