Mercurial > hg > sv-dependency-builds
view src/fftw-3.3.5/bootstrap.sh @ 80:0b60a66de5e2
This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author | Chris Cannam |
---|---|
date | Thu, 31 Oct 2019 13:20:41 +0000 |
parents | 2cd0e3b3e1fd |
children |
line wrap: on
line source
#! /bin/sh ############################################################################ # # NOTE: If you just want to build FFTW, do not use this file. Just use # the ordinary ./configure && make commmands as described in the installation # section of the manual. # # This file is only for users that want to generate their own codelets, # as described in the "generating your own code" section of the manual. # ############################################################################ touch ChangeLog echo "PLEASE IGNORE WARNINGS AND ERRORS" # paranoia: sometimes autoconf doesn't get things right the first time rm -rf autom4te.cache autoreconf --verbose --install --symlink --force autoreconf --verbose --install --symlink --force autoreconf --verbose --install --symlink --force rm -f config.cache # --enable-maintainer-mode enables build of genfft and automatic # rebuild of codelets whenever genfft changes ( ./configure --disable-shared --enable-maintainer-mode --enable-threads $* )