summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
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 /c/src/librtems++
parentUpdate from automake-1.12.2. (diff)
downloadrtems-0f772813aab3cfa0e1c9845cd0c56f682b203410.tar.bz2
Require autoconf-2.69.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librtems++/configure.ac b/c/src/librtems++/configure.ac
index 63654d5c7c..dfedd4b313 100644
--- a/c/src/librtems++/configure.ac
+++ b/c/src/librtems++/configure.ac
@@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script.
##
-AC_PREREQ([2.68])
+AC_PREREQ([2.69])
AC_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla],[rtems-c-src-librtems++])
AC_CONFIG_SRCDIR([include/rtems++])
RTEMS_TOP(../../..)