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