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. --- c/src/make/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/make/configure.ac') diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac index 1517c68a99..632829effe 100644 --- a/c/src/make/configure.ac +++ b/c/src/make/configure.ac @@ -4,7 +4,7 @@ ## This script configures the configuration files below make/ ## -AC_PREREQ([2.68]) +AC_PREREQ([2.69]) AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([bsp.cfg.in]) RTEMS_TOP(../../..) -- cgit v1.2.3