Peter Johansson writes: > > > On 06/24/2015 10:20 PM, Harlan Stenn wrote: > > So I notice that in automake-1.15 the distcheck stuff is now begin built > > in _build/sub/. I am generating some files for our test framework that > > want to access stuff in srcdir. > > > > I have these .in files using @srcdir@, but with the change from _build > > to _build/sub this expansion is no longer working. > > @srcdir@ should expand to ../.. in _build/sub/Makefile, so it should > still work. What am I missing?
I'm not sure, but we found a way to make it work. If it bites us again I'll dig deeper. H