From a7d7dbc5c401ccea3f19583b11ca59b4ec27b679 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 2 Oct 2016 14:21:31 -0500 Subject: [PATCH] Lower autoconf version requirement for FFTS --- lib/ffts/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ffts/configure.ac b/lib/ffts/configure.ac index 2c4e3f5..bdb19e6 100644 --- a/lib/ffts/configure.ac +++ b/lib/ffts/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.65]) AC_INIT(ffts, 0.7, amb@anthonix.com) AM_INIT_AUTOMAKE(ffts, 0.7)