summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic/configure.ac
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-07-19 15:44:32 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-07-19 15:44:32 +0200
commit0f772813aab3cfa0e1c9845cd0c56f682b203410 (patch)
tree1e7995d84fa312a169b96e2ab3d66d063027739b /tools/cpu/generic/configure.ac
parentUpdate from automake-1.12.2. (diff)
downloadrtems-0f772813aab3cfa0e1c9845cd0c56f682b203410.tar.bz2
Require autoconf-2.69.
Diffstat (limited to '')
-rw-r--r--tools/cpu/generic/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
index e76e5a9e28..6aab6dad52 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -1,6 +1,6 @@
## Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.68])
+AC_PREREQ([2.69])
AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([size_rtems.in])
RTEMS_TOP(../../..)