> I've been all through all the info docs that came with autoconf but I
> can't seem to find this one. How do I make my header files install in:
> $prefix/include/ppd instead of just $prefix/include

If "ppd" is the name of your package, then the standard way to do it is to
list the headers under pkginclude_HEADERS instead of include_HEADERS (this
is described in the automake manual).

(Of course, this assumes you are using automake.  If you are writing your
Makefile.in's manually, you can do anything you want.)

Cordially,
Steven G. Johnson

Reply via email to