bug#27188: lex/yacc with subdir-objects and --disable-dependency-tracking broken

2017-06-05 Thread Nick Bowler
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

bug#23602: automake does not work at all with Perl 5.26.0

2017-06-05 Thread Hans-Bernhard Bröker
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

bug#27186: check-TESTS has dependency on check_PROGRAMS etc

2017-06-05 Thread Nick Brown
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:  > >