[comp.windows.x] R4 configuration questions

bin@primate.wisc.edu (Brain in Neutral) (01/13/90)

1) Why do both Imake.tmpl and Project.tmpl do the following:

	#ifndef IncRoot
	#define IncRoot $(DESTDIR)/usr/include
	#endif

I would assume it's better to have this just one place; otherwise one
might change one of them and have it not take effect (due to, e.g.,
having been overridden by the other).

2) The ProjectX symbol is said, in README, to be a boolean.  It appears,
instead, to be defined as the release number.