diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-10-02 14:21:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-10-02 14:21:31 -0500 |
commit | a7d7dbc5c401ccea3f19583b11ca59b4ec27b679 (patch) | |
tree | 727f51d6bdc1c238b68a123e7081010d35eee9a1 | |
parent | 46ffa2376fa1fed81cc971d46d5f1b8ea4062bd5 (diff) | |
download | ulab-a7d7dbc5c401ccea3f19583b11ca59b4ec27b679.tar.gz ulab-a7d7dbc5c401ccea3f19583b11ca59b4ec27b679.zip |
Lower autoconf version requirement for FFTS
-rw-r--r-- | lib/ffts/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |