aboutsummaryrefslogtreecommitdiff
path: root/src/configure.ac
AgeCommit message (Collapse)Author
2011-09-21allow to set SIMD as cmdline argIOhannes m zmölnig
default is 'none' svn path=/trunk/externals/zexy/; revision=15333
2011-09-21more pd-pathsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15329
2010-01-25be more specific with ldflags test for "-shared"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=13091
2010-01-25added check for linker-flags "-bundle -mmacosx-version-min=10.3 -undefinedIOhannes m zmölnig
dynamic_lookup" svn path=/trunk/externals/zexy/; revision=13090
2010-01-25re-enabled the checks for "-dynamiclib -mmacosx-version-min=10.3 -undefinedIOhannes m zmölnig
dynamic_lookup" since the current test seems to fail on OSX10.6 (while Gem uses both tests and builds successful) svn path=/trunk/externals/zexy/; revision=13089
2009-09-24the option is called "--with-pd" and not "--with-pdpath"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=12444
2009-09-24adding the pd-paths to LDFLAGS and INCLUDES is now done at the proper place ↵IOhannes m zmölnig
(independent of NT hackz) svn path=/trunk/externals/zexy/; revision=12443
2009-09-22-lpd is checked and added to LIBS by configure so removed from static LDFLAGSHans-Christoph Steiner
svn path=/trunk/externals/zexy/; revision=12426
2009-09-22fixed linking on MinGW to use -lpd and to look in both pd/src and pd/binHans-Christoph Steiner
svn path=/trunk/externals/zexy/; revision=12425
2009-05-06hopefully better tests for universal binary supportIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=11243
2009-04-09cleaned up autoconf a bit; put the FAT-check into a function AC_CHECK_FAT()IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10994
2009-04-07removed spurious "cat config.log" in the checksIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10971
2009-04-07added checks for fat-binaries; LATER check whether this actually worksIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10970
2009-04-07removed all the occurences of "icc" - this has not been used in agesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10969
2009-04-01evaluate "uname" once and for allIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10946
2009-04-01removed the entire "-export_dynamic" thing; why did this ever work?IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10942
2008-04-14added option for disabling "-export_dynamic" and IOhannes m zmölnig
disabled it by default on w32. let's see what happens... svn path=/trunk/externals/zexy/; revision=9698
2007-10-22removed zexyconf.h as it was too easy to enable the wrong stuff when notIOhannes m zmölnig
using copnfigure (e.g. in ./externals/build/src) instead we just do it ordinarily: configure will define HAVE_CONFIG_H in Make.config, and if this is set we include zexyconf.h, else we don't svn path=/trunk/externals/zexy/; revision=8857
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are ↵IOhannes m zmölnig
now to be found in the ./reference/ folder and are named <path>-help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
2006-11-03...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6218
2006-10-22added checks for regex-libIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6153
2006-10-16drop INCLUDES; integrate it into CFLAGS/CPPFLAGSIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6116
2006-10-11on failfing to find m_pd.h output the entire config.log;IOhannes m zmölnig
more verbosity on adding /path/to/pd svn path=/trunk/externals/zexy/; revision=6092
2006-10-02removed redundant tests.IOhannes m zmölnig
hopefully a bit more stable in detecting w32-setups svn path=/trunk/externals/zexy/; revision=6061
2006-09-28removed the new osx>=10.3 linking magic in favour of the bundle_loader ↵IOhannes m zmölnig
flat-namespeace svn path=/trunk/externals/zexy/; revision=6042
2006-09-28hopefully a bit better checks (needs some more testing)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6041
2006-06-06no backslash escaping of ">" since it is already escaped via quotesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5176
2006-06-06added build (and configure) target for compilation as single externals (as ↵IOhannes m zmölnig
opposed to 1 big library) svn path=/trunk/externals/zexy/; revision=5174
2006-01-24fixed enable/disable-flagsIOhannes m zmölnig
put INCLUDES into CFLAGS (in order to have an effect in AC_CHECK_HEADERS() svn path=/trunk/externals/zexy/; revision=4483
2006-01-07check whether the compiler supports SSEIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4376
2006-01-07use AC_CHECK_CFLAGS to check for -fPIC and -mms-bitfieldsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4375
2005-12-21test for the existance of m_pd.h and halt on errorIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4265
2005-12-15added "--with-pd" flag (to specify paths for both INCLUDE and LIBS)IOhannes m zmölnig
added "--disable-PIC" flag (to disable compilation with PIC (gives loads of warnings with mingw) svn path=/trunk/externals/zexy/; revision=4223
2005-12-14added check for alloca.h (though not really needed...)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4214
2005-11-29moved configuration from compiler-arguments into zexyconf.hIOhannes m zmölnig
only build regex if there is a regex.h in the system svn path=/trunk/externals/zexy/; revision=4080
2005-11-19try to use -fPIC when compilingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3972
2005-10-27better make-systemIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3775
2005-09-29adapted build-system to not use Make.source any longer but generate SOURCES ↵IOhannes m zmölnig
on the fly added dependency support svn path=/trunk/externals/zexy/; revision=3644
2005-09-28added support for accessing the parallel-port via device-files (/dev/parport0)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3641
2005-06-16removed "strip" from darwin-buildsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3197
2005-06-09checking for additional libraries needed by mingwIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3149
2005-06-09added support for mingw-xcompilerIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3137
2005-05-19another attempt to fix the configure for osXIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3026
2005-05-18re-added the configure-flag for iccIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3017
2005-05-17added configure.acIOhannes m zmölnig
configure.in is no deprecated! svn path=/trunk/externals/zexy/; revision=2993