summaryrefslogtreecommitdiffstats
path: root/testsuites/tools/generic
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/tools/generic/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tools/generic/configure.ac b/testsuites/tools/generic/configure.ac
index 7c7597b304..b72cf8a7e0 100644
--- a/testsuites/tools/generic/configure.ac
+++ b/testsuites/tools/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-c-src-tests-tools-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([sorttimes.in])
RTEMS_TOP(../../..)