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'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) This looks like GNU make syntax to me. Automake does not (and should not) depend on GNU make. Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen
