I was expecting this sort of answer, but was hoping that then I would
also get a pointer to how else to possibly achieve the same thing.
Thanks, Jan
>>> Bob Friesenhahn <[EMAIL PROTECTED]> 17.05.04 16:41:15
>>>
On Mon, 17 May 2004, Jan Beulich wrote:
> Wouldn'
Wouldn't it make sense to have automake generate the LIBTOOL variable by
default so that libtool's verbosity matches that of make, i.e. by
something like
LIBTOOL = @LIBTOOL@ $(if $(findstring s,$(filter-out
--%,$(MAKEFLAGS))),--silent)
rather than the plain
LIBTOOL = @LIBTOOL@
Thanks, Jan