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