Re: automake-1.11 test failure on darwin9 - instmany-python.test

2009-05-20 Thread Matthias Klose
Peter O'Gorman schrieb: > Ralf Wildenhues wrote: >> Hi Peter, >> >> * Peter O'Gorman wrote on Tue, May 19, 2009 at 06:01:49PM CEST: >>> Ralf Wildenhues wrote: * Peter O'Gorman wrote on Mon, May 18, 2009 at 03:43:00AM CEST: > The instmany-python test is failing for me on Mac OS X 10.5.7. Lo

Re: python.m4 macro does pass unexpanded argument to get_python_lib()

2009-04-16 Thread Matthias Klose
Ralf Wildenhues schrieb: > Hello Matthias, > > * Matthias Klose wrote on Tue, Apr 14, 2009 at 09:02:27AM CEST: >> seen in 1.10.1. >> >> '${prefix}' and '${exec_prefix}' are passed unexpanded to get_python_lib()), >> and >> the macro

Re: python.m4 macro does pass unexpanded argument to get_python_lib()

2009-04-14 Thread Matthias Klose
Matthias Klose schrieb: > seen in 1.10.1. > > '${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()

python.m4 macro does pass unexpanded argument to get_python_lib()

2009-04-14 Thread Matthias Klose
seen in 1.10.1. '${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 specified on the command line (