header files in a subdir

2000-05-25 Thread Ben Woodard
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 -ben

Why is srcdir passed as .

2000-10-25 Thread Ben Woodard
I am having a problem with my configure script where when configure is called for the subprojects a parameter --srcdir=. is passed into them when I just do configure. I expected that the srcdir would be ".." I dug around in aceneral.m4 and found that it is quite deliberate. Why is it done like thi

Re: Why is srcdir passed as .

2000-10-26 Thread Ben Woodard
> I think there is two problems here: > > Ben seems to use $srcdir where it meant $top_srcdir :-) (If we build > in-place, then $srcdir == $builddir in all the tree). > > Mo on the contrary is bothered by the fact that $srcdir is relative; just > calling "./configure -srcdir=/absolute/path/to/sr

Re: Why is srcdir passed as .

2000-10-26 Thread Ben Woodard
> On Oct 25, 2000, Ben Woodard <[EMAIL PROTECTED]> wrote: > > > I am having a problem with my configure script where when configure is > > called for the subprojects a parameter --srcdir=. is passed into them > > when I just do configure. > > srcdir is suppo