bug#22331: nodist_nobase_ variable does not treat nobase_ as a special prefix

2016-01-08 Thread Simon McVittie
I'm using Automake 1.15 (Debian's automake package version 1:1.15-3) and Autoconf 2.69 (autoconf 2.69-9). If I generate a header file at runtime, and I want it installed in a subdirectory, it makes sense to use both the nobase_ and nodist_ prefixes. However, these only work as I'd expect if nobase

bug#22331: nodist_nobase_ variable does not treat nobase_ as a special prefix

2016-01-08 Thread Nick Bowler
On 1/8/16, Simon McVittie wrote: > I'm using Automake 1.15 (Debian's automake package version 1:1.15-3) and > Autoconf 2.69 (autoconf 2.69-9). > > If I generate a header file at runtime, and I want it installed in a > subdirectory, it makes sense to use both the nobase_ and nodist_ > prefixes. How