Fix python_includespec on Windows at configure time
Andrew Dunstan <andrew@dunslane.net>
Fix python_includespec on Windows at configure time By converting to using forward slashes at configure time we avoid having to repeat the logic anywhere that this is needed, such as in transforms modules for plpython.
Files
| Path | Change | +/− |
|---|---|---|
| config/python.m4 | modified | +3 −0 |
| configure | modified | +3 −0 |
| src/pl/plpython/Makefile | modified | +2 −4 |