Re: ERROR: distcleancheck can only run from a VPATH build

2003-03-23 Thread Dr. David Kirkby
Alexandre Duret-Lutz wrote: > > >>> "David" == David Kirkby <[EMAIL PROTECTED]> writes: > > David> Hi, > David> I have written a program 'atlc' > David> http://atlc.sourceforge.net/ > David> which get distributed with a lot of .bmp example files. If I run > > David> automake ; autoconf ; co

Re: Reducing output verbosity

2003-03-23 Thread Alexandre Duret-Lutz
>>> "Jay" == Jay Cornwall <[EMAIL PROTECTED]> writes: [...] Jay> Do all those defines really need to be done on the command line? See the Autoconf documentation for AC_CONFIG_HEADERS, or the Automake documentation for `no-define'. Jay> And is it really necessary to print the if/else/fi block

Reducing output verbosity

2003-03-23 Thread Jay Cornwall
Hi Is there any way to reduce the verbosity of make when used with Makefiles generated by Automake? The output just seems to get bigger and bigger with every Automake version increase, and it's quite messy when I'm not debugging. For example: if gcc -DPACKAGE_NAME=\"utopia\" -DPACKAGE_TARNAME=\"

Re: ERROR: distcleancheck can only run from a VPATH build

2003-03-23 Thread Alexandre Duret-Lutz
>>> "David" == David Kirkby <[EMAIL PROTECTED]> writes: David> Hi, David> I have written a program 'atlc' David> http://atlc.sourceforge.net/ David> which get distributed with a lot of .bmp example files. If I run David> automake ; autoconf ; configure ; make distclean ; configure ; make Da