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
