summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
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 /testsuites/libtests
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 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index e405714109..457fb9f1f8 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,9 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Require autoconf-2.68, automake-1.11.1.
+
+2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
* Makefile.am, configure.ac: Add mathf/, mathl/.
* math/init.c, math/Makefile.am: Reflect having split-out
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index 24346c8893..d3844896ab 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.60)
+AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([cpuuse])
RTEMS_TOP([../..],[..])
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENABLE_CXX