Alexandre Duret-Lutz
|
64607af7ab
|
propagate the new minimum version of python
* README, doc/org/install.org, m4/pypath.m4: We now require Python 3.3
or later.
|
2015-10-21 14:27:18 +02:00 |
|
Alexandre Duret-Lutz
|
36a3dc45a7
|
configure: diagnose missing Python.h
Fixes #95, reported by Vitus Lam.
* m4/pypath.m4: Check for Python.h and print some advice if missing.
* NEWS: Mention this.
* THANKS: Add Vitus.
|
2015-06-30 21:37:03 +02:00 |
|
Alexandre Duret-Lutz
|
31b3862f48
|
python 2 is no longer supported
* m4/pypath.m4: Check for Python 3.2+.
* README, NEWS, HACKING: Reflect this change.
|
2015-04-01 14:01:26 +02:00 |
|
Alexandre Duret-Lutz
|
1319e18e1d
|
Make sure PYTHON is absolute.
* m4/pypath.m4: Here. This is needed because PYTHON is used as
she-bang line in scripts.
|
2012-04-30 11:57:55 +02:00 |
|
Alexandre Duret-Lutz
|
5e77b2498a
|
Fix computation of PYTHONINC for Python 3.
* m4/pypath.m4: The print syntax changed in Python 3, so use
sys.stdout.write for compatibility with all versions.
|
2012-02-25 13:37:42 +01:00 |
|
Alexandre Duret-Lutz
|
e2c42a9f79
|
* m4/pypath.m4: New file.
* Makefile.am (SUBDIRS): Add wrap.
* wrap/Makefile.am: New file.
* wrap/spot.i: New file. Preliminary bindings for Python.
* configure.ac: Call adl_CHECK_PYTHON and output wrap/Makefile.
|
2003-04-30 12:35:22 +00:00 |
|