Commit graph

10 commits

Author SHA1 Message Date
Ian Abbott
5f3b60573e m4/am-check-python-headers.m4: Try python-config --includes
Some systems (e.g. Arch Linux) put the Python C headers in a strange
place, so try and run `$PYTHON-config --includes` first to find the -I
options to pass to the C compiler.  Fall back to the old method if it
fails.

Thanks to Darrell Enns for reporting the problem and suggesting a
solution.  I changed it a bit.
2013-08-21 11:06:24 +01:00
Christoph Schmidt-Hieber
54712cbf6a m4/am-check-python-headers.m4: Python 3 wrapper for comedi
Here's a small patch to make the configure script compatible with Python
3. The wrapper itself (swig/python/comedi_python_wrap.c) will have to be
generated with SWIG >= 2.0.0 for Python 3 compatibility.
2011-08-17 10:36:24 +01:00
Ian Abbott
76a2e658b7 Put __comedi_errno variable into thread-local storage if the compiler
supports it.  Configuration test uses Alan Woodland's 'ax_tls.m4' from
<http://autoconf-archive.cryp.to/ax_tls.html>.
2009-02-18 14:10:54 +00:00
Frank Mori Hess
8d74d571b3 Move to current:revision:age discipline for library version numbers.
Bumped version for next release.
2007-07-31 02:21:24 +00:00
Frank Mori Hess
b48bfe080a fix equality test 2004-03-03 03:14:03 +00:00
Frank Mori Hess
971764caf1 added some m4 quoting to get rid of automake1.8 warnings 2004-01-11 23:39:18 +00:00
Frank Mori Hess
41291d69a6 use AC_PROG_LIBTOOL instead of old name AM_PROG_LIBTOOL 2003-07-09 19:03:48 +00:00
David Schleef
553a0142e9 Macro from gstreamer 2003-06-06 17:50:33 +00:00
David Schleef
7b9099df6b stolen from gst-python 2003-06-04 03:03:17 +00:00
David Schleef
b28c52a42f autoconfiscation 2003-05-02 07:19:00 +00:00