summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms')
-rw-r--r--contrib/crossrpms/ChangeLog4
-rw-r--r--contrib/crossrpms/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/crossrpms/ChangeLog b/contrib/crossrpms/ChangeLog
index 5d2c062d53..05d2b08143 100644
--- a/contrib/crossrpms/ChangeLog
+++ b/contrib/crossrpms/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require autoconf-2.68, automake-1.11.1.
+
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems4.10/sparc/Makefile.am: Bump RTEMS CPU Kit version.
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(.)