Re: even `if FALSE' *_SOURCES should be used for TAGS

2010-10-13 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Wed, Oct 13, 2010 at 03:54:31PM CEST: > On Tuesday 12 October 2010, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Tue, Oct 12, 2010 at 05:51:58PM CEST: > > > > OTOH AM_CONDITIONAL can be used for example if an optional sources part > > > > is > >

Re: dist_noinst_MANS

2010-10-13 Thread Ralf Wildenhues
Hi Akim, thanks for the feature request, and sorry for the delay. * Akim Demaille wrote on Fri, Sep 24, 2010 at 01:44:34PM CEST: > Currently Automake accepts happily such a variable name, but it does > not use it (the files are not dist'ed). I agree EXTRA_DIST is fine, > but I'm used to being ab

bogus warning about EXTRA_HEADERS requirement (was: [PATCH 5/7] add _HEADERS primaries to Makefile.am snippets for installable headers)

2010-10-13 Thread Ralf Wildenhues
Hello, and adding bug-automake, * Gary V. Vaughan wrote on Wed, Oct 13, 2010 at 12:06:32PM CEST: > On 13 Oct 2010, at 03:55, Bruno Haible wrote: > > And what's the role or effect of EXTRA_HEADERS? Automake does not do > > anything with .h files that it doesn't do with .png files. gnulib-tool > > a

Re: even `if FALSE' *_SOURCES should be used for TAGS

2010-10-13 Thread Stefano Lattarini
On Tuesday 12 October 2010, Ralf Wildenhues wrote: > Hello, and thanks for report and analysis! > > * Stefano Lattarini wrote on Tue, Oct 12, 2010 at 05:51:58PM CEST: > > On Monday 11 October 2010, Jan Kratochvil wrote: > > > `make tags' will not index sources which are listed in *_SOURCES += ...