This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
libtool verbosity
- From: "Jan Beulich" <JBeulich at novell dot com>
- To: <automake at gnu dot org>
- Date: Mon, 17 May 2004 10:11:12 +0200
- Subject: libtool verbosity
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