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