summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-08 09:34:01 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-08 09:34:01 -0500
commit8f56bf61ff4210b41226393d240fab14f01eee61 (patch)
tree85ab059f27a6bc65b028f2c4beb7d531c14d0cca /lib
parenteec55e52773704a15e117eb92699af0e34b93118 (diff)
downloadulab-8f56bf61ff4210b41226393d240fab14f01eee61.tar.gz
ulab-8f56bf61ff4210b41226393d240fab14f01eee61.zip
Fix FTBFS on older Ubuntu versions
Diffstat (limited to 'lib')
-rw-r--r--lib/ffts/debian/patches/fix_min_autoconf_version.diff11
-rw-r--r--lib/ffts/debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/ffts/debian/patches/fix_min_autoconf_version.diff b/lib/ffts/debian/patches/fix_min_autoconf_version.diff
new file mode 100644
index 0000000..44320ad
--- /dev/null
+++ b/lib/ffts/debian/patches/fix_min_autoconf_version.diff
@@ -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)
+
diff --git a/lib/ffts/debian/patches/series b/lib/ffts/debian/patches/series
new file mode 100644
index 0000000..7c09396
--- /dev/null
+++ b/lib/ffts/debian/patches/series
@@ -0,0 +1 @@
+fix_min_autoconf_version.diff