aboutsummaryrefslogtreecommitdiff
path: root/src/configure.ac
AgeCommit message (Collapse)Author
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