summaryrefslogtreecommitdiffstats
path: root/lib/ffts/debian/patches/fix_min_autoconf_version.diff
blob: 44320ad3a55b0417522444190d8d391b6b63ae37 (plain)
1
2
3
4
5
6
7
8
9
10
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)