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 ? Vincent ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
