Re: [PATCH] Use automake silent build mode only if supported

2010-09-20 Thread Dmitry V. Levin
Hi, On Mon, Sep 20, 2010 at 03:04:43PM +0300, Tommi Rantala wrote: > Fixes build for those of us who are stuck with an old version of > automake. > > * configure.ac (AM_INIT_AUTOMAKE, AM_SILENT_RULES): Remove silent-rules > from AM_INIT_AUTOMAKE, and instead call AM_SILENT_RULES macro if it is >

Re: [PATCH] Use automake silent build mode only if supported

2010-09-20 Thread Roland McGrath
Frankly I'd rather just require the appropriate automake version. -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud com

[PATCH] Use automake silent build mode only if supported

2010-09-20 Thread Tommi Rantala
Fixes build for those of us who are stuck with an old version of automake. * configure.ac (AM_INIT_AUTOMAKE, AM_SILENT_RULES): Remove silent-rules from AM_INIT_AUTOMAKE, and instead call AM_SILENT_RULES macro if it is defined. Signed-off-by: Tommi Rantala --- configure.ac |4 +++- 1 files c