Bug#523030: wrong quoting in aclocal's python.m4 check

2009-04-14 Thread Matthias Klose
tags 523030 + patch tags 523031 + patch thanks '${prefix}' and '${exec_prefix}' are passed unexpanded to get_python_lib()), and the macro then defaults to the hardcoded alternative case. The patch passes the real path names to get_python_lib(), and only for the case, where the prefix argument was

Bug#523031: Bug#523030: wrong quoting in aclocal's python.m4 check

2009-04-14 Thread Ralf Wildenhues
Hello Matthias, * Matthias Klose wrote on Tue, Apr 14, 2009 at 09:13:24AM CEST: '${prefix}' and '${exec_prefix}' are passed unexpanded to get_python_lib()), and the macro then defaults to the hardcoded alternative case. The patch passes the real path names to get_python_lib(), and only for

Bug#523030: wrong quoting in aclocal's python.m4 check

2009-04-07 Thread Matthias Klose
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}'])