Re: Empty lines and comments in dirlist

2007-11-20 Thread Ralf Wildenhues
Hi Akim, * Akim Demaille wrote on Tue, Nov 20, 2007 at 01:49:47PM CET: > The test suite was failing on my machine because I > have an empty line in a dirlist. It resulted in > a -I without argument. > > I suggest the following patch. Go ahead, thanks! > * defs.in (extra_includes): Skip co

Re: $(@:-local=)

2007-11-20 Thread Ralf Wildenhues
Hi Akim, * Akim Demaille wrote on Mon, Nov 19, 2007 at 03:09:00PM CET: > > I see that the documentation of Automake suggests: > > all-local: > cd subdir && $(MAKE) $(AM_MAKEFLAGS) all > check-local: > cd subdir && $(MAKE) $(AM_MAKEFLAGS) test [...] > Is there an

Empty lines and comments in dirlist

2007-11-20 Thread Akim Demaille
The test suite was failing on my machine because I have an empty line in a dirlist. It resulted in a -I without argument. I suggest the following patch. * defs.in (extra_includes): Skip comments and empty lines in dirlist. diff --git a/tests/defs.in b/tests/defs.in index d79d87