summaryrefslogtreecommitdiffstats
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11configure: Make sure to also search for cython3 if cython is not foundGravatar Nikias Bassen1-2/+2
2020-06-14Improve wording of cython related configure warning messagesGravatar Martin Szulecki1-2/+2
2019-06-11Drop ax_swig_enable_cxx.m4Gravatar Yves-Alexis Perez1-53/+0
The macro doesn't seem used at all
2019-06-11m4: Update cython_python to use newer AX_PYTHON_DEVEL macroGravatar Nikias Bassen1-1/+1
2019-04-04Updated ac_python_devel.m4 to newer ax_python_devel.m4Gravatar Nikias Bassen1-65/+123
2016-12-31Add ax_pthread.m4 for proper pthread cflags/ldflagsGravatar Nikias Bassen1-0/+485
2015-01-29m4: Use python-config if available to fix Python 3 support on newer distrosGravatar Martin Szulecki1-0/+6
2014-03-12Fix Python 3.x detectionGravatar Andrew Udvare1-16/+14
Tested to build using Python 2.7, Python 3.2 and Python 3.3. Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org>
2012-05-17m4: Fix parsing of "artistic" cython version strings to fix version detectionGravatar Martin Szulecki1-2/+7
2012-03-22m4: Remove obsolete SWIG macrosGravatar Martin Szulecki2-191/+0
2012-03-20Fix detection of cython versionGravatar Martin Szulecki1-4/+10
2012-03-20Fix detection of swig versionGravatar Julien Lavergne1-6/+10
2012-03-20Cleaned up Makefile.am.Gravatar Bryan Forbes2-0/+63
Added the cython m4 files. Cleaned up afc.pxi. Make sure the event callback and installation proxy callback aquire the GIL. Implemented some cleanup before the error handlers raise.
2010-08-20m4: Fix comparison bug in python macrosGravatar Martin Szulecki1-1/+1
Reports say it fixes FreeBSD detection.
2009-12-06Updated autofoo stuff; swig is now optional and can be disabled.Gravatar Nikias Bassen2-5/+7
Use --without-swig to prevent building the swig extensions even if swig is installed. [#93 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-10-22Update swig header and autotools to compile with latest libplist API.Gravatar Jonathan Beck1-0/+51
[#77 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-01-29Add more warning flags and remove useless libxml2 dependency.Gravatar Jonathan Beck1-0/+62
2009-01-13Add parts of a python binding to libiphone that also include libplist (using ↵Gravatar Jonathan Beck3-0/+452
SWIG).