diff fft/fftw/fftw-3.3.4/bootstrap.sh @ 19:26056e866c29

Add FFTW to comparison table
author Chris Cannam
date Tue, 06 Oct 2015 13:08:39 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fft/fftw/fftw-3.3.4/bootstrap.sh	Tue Oct 06 13:08:39 2015 +0100
@@ -0,0 +1,29 @@
+#! /bin/sh
+############################################################################
+#
+# NOTE: If you just want to build FFTW, do not use this file.  Just use
+# the ordinary ./configure && make commmands as described in the installation
+# section of the manual.
+#
+# This file is only for users that want to generate their own codelets,
+# as described in the "generating your own code" section of the manual.
+#
+############################################################################
+
+touch ChangeLog
+
+echo "PLEASE IGNORE WARNINGS AND ERRORS"
+
+# paranoia: sometimes autoconf doesn't get things right the first time
+rm -rf autom4te.cache
+autoreconf --verbose --install --symlink --force
+autoreconf --verbose --install --symlink --force
+autoreconf --verbose --install --symlink --force
+
+rm -f config.cache
+
+# --enable-maintainer-mode enables build of genfft and automatic
+# rebuild of codelets whenever genfft changes
+(
+    ./configure --disable-shared --enable-maintainer-mode --enable-threads $*
+)