annotate bootstrap @ 98:ca40a0dc29d6

Removed fftw_plan from xtraction functions. Created new init function xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).
author Jamie Bullock <jamie@postlude.co.uk>
date Sat, 06 Oct 2007 16:36:00 +0000
parents 0df00d5c9269
children
rev   line source
jamie@87 1 #!/bin/sh
jamie@87 2
jamie@87 3 autoreconf --force --install -I config -I m4
jamie@87 4