Re: [hwloc-devel] automake silent-rules

2009-10-23 Thread Pavan Balaji
You can make it older automake safe by adding the following rule in your configure.ac: m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) It doesn't matter to me (we anyway use 1.11 for MPICH2), but it might be convenient for other users. -- Pavan On 10/23/2009 06:50 AM, Brice Goglin wrote

Re: [hwloc-devel] automake silent-rules

2009-10-23 Thread Jeff Squyres
Ohh... that's nifty. I didn't even know about silent-rules! No objections here. On Oct 23, 2009, at 7:50 AM, Brice Goglin wrote: I'd like to require automake 1.11 for hwloc 1.0 so that we get the new silent-rules feature. It gives you "CC foo.o" instead of the too-long unreadable compile lin