Failure of `make.test'

2008-07-01 Thread Ludovic Courtès
Hi, This is with Automake 1.10.1 on GNU/Linux (NixOS), with Autoconf 2.62:

Re: Failure of `make.test'

2008-07-01 Thread Stepan Kasal
Hello, to reproduce what the test does, try the following: mkdir test.dir cd test.dir cat configure.ac \EOF AC_INIT(foo,0,np) AM_INIT_AUTOMAKE(foreign) AM_MAKE_INCLUDE AC_OUTPUT(Makefile) EOF touch Makefile.am autoreconf -i MAKE='make -w' ./configure In my case, the configure output contains

Re: Failure of `make.test'

2008-07-01 Thread Ludovic Courtès
Hi, Stepan Kasal [EMAIL PROTECTED] writes: to reproduce what the test does, try the following: Unfortunately, I can't run it with the in-tree Automake, because `autoreconf' won't find $prefix/share/aclocal-1.10, for instance. How can I make it use the in-tree files? Attached below please

Re: Failure of `make.test'

2008-07-01 Thread Stepan Kasal
Hello, On Tue, Jul 01, 2008 at 05:39:27PM +0200, Ludovic Courtès wrote: to reproduce what the test does, try the following: Unfortunately, I can't run it with the in-tree Automake, because `autoreconf' won't find $prefix/share/aclocal-1.10, for instance. How can I make it use the

Re: Failure of `make.test'

2008-07-01 Thread Ludovic Courtès
Hi, Stepan Kasal [EMAIL PROTECTED] writes: It means that make -w behaves strange on your platform. (Try replacing make -w with make at the top of the script; then the answer will be GNU, right?) You should report it to the vendor of your platform (NixOS). Yes, actually I had forgotten

Re: Failure of `make.test'

2008-07-01 Thread Ludovic Courtès
Hi, Ralf Wildenhues [EMAIL PROTECTED] writes: You could also write a patch letting automake/m4/make.m4 drop that extra output. Or at least show us what it is. The extra output [*] is (1) one line per goal sent to stderr, and (2) an additional \e[p sequence to stdout when `-w' is used: $