aboutsummaryrefslogtreecommitdiff
path: root/src/configure.ac
AgeCommit message (Expand)Author
2011-09-28autotoolsIOhannes m zmölnig
2011-09-21allow to set SIMD as cmdline argIOhannes m zmölnig
2011-09-21more pd-pathsIOhannes m zmölnig
2010-01-25be more specific with ldflags test for "-shared"IOhannes m zmölnig
2010-01-25added check for linker-flags "-bundle -mmacosx-version-min=10.3 -undefinedIOhannes m zmölnig
2010-01-25re-enabled the checks for "-dynamiclib -mmacosx-version-min=10.3 -undefinedIOhannes m zmölnig
2009-09-24the option is called "--with-pd" and not "--with-pdpath"IOhannes m zmölnig
2009-09-24adding the pd-paths to LDFLAGS and INCLUDES is now done at the proper place (...IOhannes m zmölnig
2009-09-22-lpd is checked and added to LIBS by configure so removed from static LDFLAGSHans-Christoph Steiner
2009-09-22fixed linking on MinGW to use -lpd and to look in both pd/src and pd/binHans-Christoph Steiner
2009-05-06hopefully better tests for universal binary supportIOhannes m zmölnig
2009-04-09cleaned up autoconf a bit; put the FAT-check into a function AC_CHECK_FAT()IOhannes m zmölnig
2009-04-07removed spurious "cat config.log" in the checksIOhannes m zmölnig
2009-04-07added checks for fat-binaries; LATER check whether this actually worksIOhannes m zmölnig
2009-04-07removed all the occurences of "icc" - this has not been used in agesIOhannes m zmölnig
2009-04-01evaluate "uname" once and for allIOhannes m zmölnig
2009-04-01removed the entire "-export_dynamic" thing; why did this ever work?IOhannes m zmölnig
2008-04-14added option for disabling "-export_dynamic" and IOhannes m zmölnig
2007-10-22removed zexyconf.h as it was too easy to enable the wrong stuff when notIOhannes m zmölnig
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are no...IOhannes m zmölnig
2006-11-03...IOhannes m zmölnig
2006-10-22added checks for regex-libIOhannes m zmölnig
2006-10-16drop INCLUDES; integrate it into CFLAGS/CPPFLAGSIOhannes m zmölnig
2006-10-11on failfing to find m_pd.h output the entire config.log;IOhannes m zmölnig
2006-10-02removed redundant tests.IOhannes m zmölnig
2006-09-28removed the new osx>=10.3 linking magic in favour of the bundle_loader flat-n...IOhannes m zmölnig
2006-09-28hopefully a bit better checks (needs some more testing)IOhannes m zmölnig
2006-06-06no backslash escaping of ">" since it is already escaped via quotesIOhannes m zmölnig
2006-06-06added build (and configure) target for compilation as single externals (as op...IOhannes m zmölnig
2006-01-24fixed enable/disable-flagsIOhannes m zmölnig
2006-01-07check whether the compiler supports SSEIOhannes m zmölnig
2006-01-07use AC_CHECK_CFLAGS to check for -fPIC and -mms-bitfieldsIOhannes m zmölnig
2005-12-21test for the existance of m_pd.h and halt on errorIOhannes m zmölnig
2005-12-15added "--with-pd" flag (to specify paths for both INCLUDE and LIBS)IOhannes m zmölnig
2005-12-14added check for alloca.h (though not really needed...)IOhannes m zmölnig
2005-11-29moved configuration from compiler-arguments into zexyconf.hIOhannes m zmölnig
2005-11-19try to use -fPIC when compilingIOhannes m zmölnig
2005-10-27better make-systemIOhannes m zmölnig
2005-09-29adapted build-system to not use Make.source any longer but generate SOURCES o...IOhannes m zmölnig
2005-09-28added support for accessing the parallel-port via device-files (/dev/parport0)IOhannes m zmölnig
2005-06-16removed "strip" from darwin-buildsIOhannes m zmölnig
2005-06-09checking for additional libraries needed by mingwIOhannes m zmölnig
2005-06-09added support for mingw-xcompilerIOhannes m zmölnig
2005-05-19another attempt to fix the configure for osXIOhannes m zmölnig
2005-05-18re-added the configure-flag for iccIOhannes m zmölnig
2005-05-17added configure.acIOhannes m zmölnig