From 0a9716151364d1b2a2aed11fe0d47e4fcb9aea71 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 15 Dec 2015 19:03:29 +1100 Subject: remove autoconf 2.69 requiremnt Signed-off-by: Stewart Smith --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index c70a51b..d28a4b6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.69]) AC_INIT([ffs], [1.0], [https://github.com/open-power/ffs]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([ecc/src/main.h]) -- cgit v1.2.1