>>>>> "Ben" == Ben Woodard <[EMAIL PROTECTED]> writes:

Ben> I've been all through all the info docs that came with autoconf
Ben> but I can't seem to find this one.

Ben> How do I make my header files install in:
Ben> $prefix/include/ppd instead of just $prefix/include

You probably meant to send this to the automake list.
Use something like:

mydir = $(includedir)/ppd
my_HEADERS = ... list them ...

Tom



Reply via email to