Re: 'make check' failure on MinGW

2009-05-24 Thread Ralf Wildenhues
I've been able to reproduce this issue on GNU/Linux with GNU make 3.80. Committing this fix (will push out soon). An easy workaround for this issue is to ensure that the TESTS variable never contains trailing white space, i.e., the last test should be used unconditionally on every system. Thanks

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

2009-05-24 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Thu, May 21, 2009 at 03:39:29PM CEST: > Ralf Wildenhues wrote: > > That aims to ensure that if you do > > ./configure --prefix=$HOME/local > > > > as non-root user, you have a chance to actually install your python > > files below $HOME, too, even with the buggy python

Re: automake 1.11: Lots of failed tests on Solaris 10 x86 w/Sun Studio compiler

2009-05-24 Thread Ralf Wildenhues
Hello Dagobert, * Dagobert Michelsen wrote on Tue, May 19, 2009 at 01:44:04PM CEST: > Am 18.05.2009 um 23:10 schrieb Ralf Wildenhues: >>> FAIL: insthook.test >> >> The insthook.test failure looks like you have some variables like >> $bindir or $exec_prefix or $prefix set in your environment. Is t