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.
This commit is contained in:
parent
5cb19a290b
commit
36a3dc45a7
3 changed files with 19 additions and 1 deletions
4
NEWS
4
NEWS
|
|
@ -1,5 +1,9 @@
|
|||
New in spot 1.99.1a (not yet released)
|
||||
|
||||
* A missing Python.h is now diagnosied at ./configure time,
|
||||
with the suggestion to either install python3-devel, or
|
||||
run ./configure --disable-python.
|
||||
|
||||
* Bugs fixed:
|
||||
- p[+][:*2] was not detected as belonging to siPSL
|
||||
- scc_filter() would incorrectly remove Fin marks from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue