Use python-config instead of assuming include and library paths
authorMartin Pitt <martinpitt@gnome.org>
Mon, 17 Dec 2012 14:03:48 +0000 (15:03 +0100)
committerMartin Pitt <martinpitt@gnome.org>
Mon, 17 Dec 2012 14:11:43 +0000 (15:11 +0100)
commit46ccb9dfe51372b0fc51c93890088853d0f1617e
tree793dcd9495ba22c668d3436b42744ef03820a2fc
parent29e9a62c1da12f45113779235796ccbb4226d7d8
Use python-config instead of assuming include and library paths

Call $PYTHON-config to determine include and library paths and linker flags
instead of making assumptions about them.

Also drop the unused PYTHON_LIB_LOC macro.

https://bugzilla.gnome.org/show_bug.cgi?id=690347
m4/python.m4