Petter Reinholdtsen wrote:
> [Moses DeJong]
> > Here is a quick patch to fix a compile problem with japhar from the
> > CVS.
>
> Ah, I noticed it some weeks ago, but has been to buzy to commit it
> into CVS. I did it now.
>
> > I ran into another little compile problem with japhar. I configured
> > and run from a different build directory and I got this error.
>
> Aha. Is this supposed to be neccesary? Should not autoconf include
> this include directory automatically?
autoconf will handle things like $(top_srcdir)/include for you, but the
problem is that we generate a header file (interploop.h) and this gets
dumped in $(top_builddir)/include.
Chris