Source
xxxxxxxxxx
--- src/configure.ac.orig 2016-09-12 16:31:10.000000000 +0200
+++ src/configure.ac 2016-09-12 19:26:47.000000000 +0200
@echo "python3_LIBS='$(LIBS)'"
@echo "python3_SYSLIBS='$(SYSLIBS)'"
@echo "python3_DLLLIBRARY='$(DLLLIBRARY)'"
- @echo "python3_INSTSONAME='$(INSTSONAME)'"
+ @echo "python3_INSTSONAME='$(PYTHONFRAMEWORKPREFIX)/$(INSTSONAME)'"
eof
dnl -- delete the lines from make about Entering/Leaving directory
eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"