Package: automake1.10
Version: 1:1.10.1-3
Severity: serious
++ /usr/bin/python -c 'from distutils import sysconfig; print
sysconfig.get_python_lib(0,0,prefix='\''${prefix}'\'')'
this comes from:
/usr/share/aclocal-1.10/python.m4:
AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
...
[am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print
sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`])
the expanded $prefix has to be passed to the python -c command.
so as long as the fallback points to the correct location, all is ok. For
python2.6 we will use dist-packages instead of site-packages, so the fallback is
wrong.
same in automake-1.9
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]