On Thursday 2018-11-22 10:47, Luiz Augusto von Dentz wrote: >Hi Jan, >> When using automake, all AC_SUBSTed variables are made available as >> make variables, so that they can also be set at make time. Therefore, >> they need not use the @harcoded@ style. >> >> -pkglibexecdir = @libexecdir@/bluetooth >> +pkglibexecdir = $(libexecdir)/bluetooth >> -includedir = @includedir@/bluetooth >> +includedir = $(includedir)/bluetooth > >Makefile:2392: *** Recursive variable 'includedir' references itself >(eventually). Stop. Thank you. Not sure why my system does not give the recursive warning here (it *did* for libexecdir though, which is what brought commit 78bce48009 forth). I'll do the distcheck too (apparently that --enables-android, which I missed).