Re: _build/sub and distcheck

2015-08-11 Thread Harlan Stenn
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 usi

Re: _build/sub and distcheck

2015-08-11 Thread Peter Johansson
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 and distcheck

2015-06-24 Thread Harlan Stenn
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.