On Tue, Oct 6, 2009 at 7:01 AM, Vincent Torri <vto...@univ-evry.fr> wrote:
>
> Hey,
>
> automake 1.11 has the nice feature of "silent rule", that it, it can
> remove the compilation command and display only the file that is compiled
> (plus a small character in front of the file (also known as the shaved
> feature).
>
> The problem is that it is only in automake 1.11. A solution to have it
> anyway would be to add in configure.ac:
>
> m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>
> it should work with and without automake 1.11 and add the feature only if
> the macro exists, that is with automake 1.11
>
> Is there any objection that I add this in the configure.ac file ?

go for it! That will enable us to easily spot warnings in the
multitude of messages... <flame>at least for those non-emacs users out
that, since emacs will highlight and jump to errors and warnings
automatically ;-)</flame>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to