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
>>> "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
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=\"
>>> "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