index
:
svn2git/libraries/zexy.git
externals/zexy
zexy: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
configure.ac
Age
Commit message (
Expand
)
Author
2010-01-25
be more specific with ldflags test for "-shared"
IOhannes m zmölnig
2010-01-25
added check for linker-flags "-bundle -mmacosx-version-min=10.3 -undefined
IOhannes m zmölnig
2010-01-25
re-enabled the checks for "-dynamiclib -mmacosx-version-min=10.3 -undefined
IOhannes m zmölnig
2009-09-24
the option is called "--with-pd" and not "--with-pdpath"
IOhannes m zmölnig
2009-09-24
adding 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 LDFLAGS
Hans-Christoph Steiner
2009-09-22
fixed linking on MinGW to use -lpd and to look in both pd/src and pd/bin
Hans-Christoph Steiner
2009-05-06
hopefully better tests for universal binary support
IOhannes m zmölnig
2009-04-09
cleaned up autoconf a bit; put the FAT-check into a function AC_CHECK_FAT()
IOhannes m zmölnig
2009-04-07
removed spurious "cat config.log" in the checks
IOhannes m zmölnig
2009-04-07
added checks for fat-binaries; LATER check whether this actually works
IOhannes m zmölnig
2009-04-07
removed all the occurences of "icc" - this has not been used in ages
IOhannes m zmölnig
2009-04-01
evaluate "uname" once and for all
IOhannes m zmölnig
2009-04-01
removed the entire "-export_dynamic" thing; why did this ever work?
IOhannes m zmölnig
2008-04-14
added option for disabling "-export_dynamic" and
IOhannes m zmölnig
2007-10-22
removed zexyconf.h as it was too easy to enable the wrong stuff when not
IOhannes m zmölnig
2007-03-14
updated 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-22
added checks for regex-lib
IOhannes m zmölnig
2006-10-16
drop INCLUDES; integrate it into CFLAGS/CPPFLAGS
IOhannes m zmölnig
2006-10-11
on failfing to find m_pd.h output the entire config.log;
IOhannes m zmölnig
2006-10-02
removed redundant tests.
IOhannes m zmölnig
2006-09-28
removed the new osx>=10.3 linking magic in favour of the bundle_loader flat-n...
IOhannes m zmölnig
2006-09-28
hopefully a bit better checks (needs some more testing)
IOhannes m zmölnig
2006-06-06
no backslash escaping of ">" since it is already escaped via quotes
IOhannes m zmölnig
2006-06-06
added build (and configure) target for compilation as single externals (as op...
IOhannes m zmölnig
2006-01-24
fixed enable/disable-flags
IOhannes m zmölnig
2006-01-07
check whether the compiler supports SSE
IOhannes m zmölnig
2006-01-07
use AC_CHECK_CFLAGS to check for -fPIC and -mms-bitfields
IOhannes m zmölnig
2005-12-21
test for the existance of m_pd.h and halt on error
IOhannes m zmölnig
2005-12-15
added "--with-pd" flag (to specify paths for both INCLUDE and LIBS)
IOhannes m zmölnig
2005-12-14
added check for alloca.h (though not really needed...)
IOhannes m zmölnig
2005-11-29
moved configuration from compiler-arguments into zexyconf.h
IOhannes m zmölnig
2005-11-19
try to use -fPIC when compiling
IOhannes m zmölnig
2005-10-27
better make-system
IOhannes m zmölnig
2005-09-29
adapted build-system to not use Make.source any longer but generate SOURCES o...
IOhannes m zmölnig
2005-09-28
added support for accessing the parallel-port via device-files (/dev/parport0)
IOhannes m zmölnig
2005-06-16
removed "strip" from darwin-builds
IOhannes m zmölnig
2005-06-09
checking for additional libraries needed by mingw
IOhannes m zmölnig
2005-06-09
added support for mingw-xcompiler
IOhannes m zmölnig
2005-05-19
another attempt to fix the configure for osX
IOhannes m zmölnig
2005-05-18
re-added the configure-flag for icc
IOhannes m zmölnig
2005-05-17
added configure.ac
IOhannes m zmölnig