Fix python_includespec on Windows at configure time

Andrew Dunstan <andrew@dunslane.net>

Commit: b6b2149e48aa61981ae0199c963d5145a37c258c
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2015-05-03T12:17:04Z
Releases: 9.5.0
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

PathChange+/−
config/python.m4 modified +3 −0
configure modified +3 −0
src/pl/plpython/Makefile modified +2 −4