boost.m4 icon indicating copy to clipboard operation
boost.m4 copied to clipboard

Fix python detection

Open pieterlexis opened this issue 5 years ago • 0 comments

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

pieterlexis avatar Jan 12 '21 13:01 pieterlexis