bug#31465: Automake 1.16 breaks custom dependency handling

2018-05-15 Thread Eric Blake
On 05/15/2018 11:56 AM, Sander Niemeijer wrote: I have a software package that uses SWIG to dynamically generates .c files. With automake 1.15 and earlier I was able to add my own dependency rules for this by adding some custom entries to the Makefile.am. A small reduced example of the approach

bug#31465: Automake 1.16 breaks custom dependency handling

2018-05-15 Thread Sander Niemeijer
I have a software package that uses SWIG to dynamically generates .c files. With automake 1.15 and earlier I was able to add my own dependency rules for this by adding some custom entries to the Makefile.am. A small reduced example of the approach I am using: @AMDEP_TRUE@@am__include@ @am__quote