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