On 6/4/17, Mathieu Lirzin wrote:
> Nick Brown writes:
>> diff --git a/lib/am/lex.am b/lib/am/lex.am
>> index d7ddc77..6357507 100644
>> --- a/lib/am/lex.am
>> +++ b/lib/am/lex.am
>> @@ -23,6 +23,7 @@ endif %?MAINTAINER-MODE%
>>
>> ?GENERIC?%EXT%%DERIVED-EXT%:
>> ?!GENERIC?%OBJ%: %SOURCE%
>> +?S
Am 05.06.2017 um 00:24 schrieb Mathieu Lirzin:
I suspect this issue has already been fixed in the Git repository, see:
https://git.savannah.gnu.org/cgit/automake.git/commit/?h=micro&id=13f00eb4493c217269b76614759e452d8302955e
Indeed, Paul Eggert applied a fix in March 2016.
This will be
On Mon, 2017-06-05 at 00:45 +0200, Mathieu Lirzin wrote:
> Hello Nick,
>
> Nick Brown writes:
>
> > Something like:
> > ./autogen.sh
> > ./configure
> > make check-TESTS
> > will fail, unless 'make check' is run before 'make check-TESTS'
> > for
> > Makefile.am snippet like:
> >