On Fri, 9 Apr 2004 15:52:37 +0200 (MEST), Vincent Torri wrote: > So i would like to know if it is possible to modify the configure.in or > Makefile.am, in order to: > 1) avoid the display of the compilation line > 2) replace it by something like > "Compilation of the file bidule.c" You can achieve #1 by invoking 'make' with the -s option. For instance, "make -s all". -- ES