boost.m4
boost.m4 copied to clipboard
Fix python detection
When using Boost::Python, the program should be linked with -lpython$VERSION. This PR does some basic detection of different versions of python to accomplish this.
It would be nice to have some a way to specify the version of python to target.
This PR also switches from AC_PROG_LIBTOOL (which is deprecated in autoconf 2.70) to LT_INIT (which is available since 2004).
Fixes #118