Hi David,
> Basically we decide on the settings of INCLUDE and INCLUDE_QUOT so that on a
> "standard" system we have what we always had, namely
>
> In making the change I moved the makefiles into the standard AC_OUTPUT line
> so that configure does those substitions
Why? Which problem ar
This patch is only a very small proof as I didn't bother amending all the
Makefiles
Basically we decide on the settings of INCLUDE and INCLUDE_QUOT so that on a
"standard" system we have what we always had, namely
include $(top_builddir)/...
but on BSD/OS we have
.include "$(top_builddir)/..."