Fix FTBFS on older Ubuntu versions

master
Timothy Pearson 10 years ago
parent eec55e5277
commit 8f56bf61ff

@ -0,0 +1,11 @@
--- configure.ac
+++ 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)

@ -0,0 +1 @@
fix_min_autoconf_version.diff
Loading…
Cancel
Save