libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]: libtool-1.9f: Added option "quiet" - only errors and warnin


From: Ralf Wildenhues
Subject: Re: [PATCH]: libtool-1.9f: Added option "quiet" - only errors and warnings go through, now
Date: Tue, 2 Aug 2005 18:23:50 +0200
User-agent: Mutt/1.4.1i

* Ralf Wildenhues wrote on Tue, Aug 02, 2005 at 05:29:54PM CEST:
> 
> Well, you could just use
>   make -s LIBTOOLFLAGS=--silent

> which would not require the package author to change anything, or put
>   LIBTOOLFLAGS = --silent
> in the respective Makefile.am(s)

Sorry, the following part was wrong:

> or even
>   LIBTOOLFLAGS=--silent
>   AC_SUBST(LIBTOOLFLAGS)
> in configure.ac to have it in all Makefile's.

Use
  AM_LIBTOOLFLAGS=--silent
  AC_SUBST(AM_LIBTOOLFLAGS)

instead.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]