summaryrefslogtreecommitdiffstats
path: root/c/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/configure.ac b/c/configure.ac
index 63f1f6a31a..5032a6779c 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([rtems-c],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([src])
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
## These options are used within this file.