Chris@82: #! /bin/sh Chris@82: ############################################################################ Chris@82: # Chris@82: # NOTE: If you just want to build FFTW, do not use this file. Just use Chris@82: # the ordinary ./configure && make commmands as described in the installation Chris@82: # section of the manual. Chris@82: # Chris@82: # This file is only for users that want to generate their own codelets, Chris@82: # as described in the "generating your own code" section of the manual. Chris@82: # Chris@82: ############################################################################ Chris@82: Chris@82: touch ChangeLog Chris@82: Chris@82: echo "PLEASE IGNORE WARNINGS AND ERRORS" Chris@82: Chris@82: rm -rf autom4te.cache Chris@82: autoreconf --verbose --install --symlink --force Chris@82: Chris@82: rm -f config.cache Chris@82: Chris@82: # --enable-maintainer-mode enables build of genfft and automatic Chris@82: # rebuild of codelets whenever genfft changes Chris@82: ( Chris@82: ./configure --disable-shared --enable-maintainer-mode --enable-threads $* Chris@82: )