From 0f772813aab3cfa0e1c9845cd0c56f682b203410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 19 Jul 2012 15:44:32 +0200 Subject: Require autoconf-2.69. --- testsuites/tools/configure.ac | 2 +- testsuites/tools/generic/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/tools') diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac index a63b5dbdbf..506203d76d 100644 --- a/testsuites/tools/configure.ac +++ b/testsuites/tools/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],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([generic]) RTEMS_TOP([../..],[..]) 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(../../..) -- cgit v1.2.3