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
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