summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:01:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:01:43 +0000
commit8ee3775f300a93b7c4508cbbcdc6390717347451 (patch)
tree0ee2e815ddbbf8698b8f2fe136a55317c7f6bae6 /contrib/crossrpms/configure.ac
parent2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8ee3775f300a93b7c4508cbbcdc6390717347451.tar.bz2
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
Diffstat (limited to 'contrib/crossrpms/configure.ac')
-rw-r--r--contrib/crossrpms/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index 9119bbb92f..12da0e5a72 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -2,7 +2,7 @@
m4_define([RTEMS_API],[4.11])
-AC_PREREQ(2.65)
+AC_PREREQ([2.68])
AC_INIT([crossrpms],[0.20100607.0],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)