at xc/lib/Imakefile there is a conditional reference
to the non-existing expat subdir.
the conditional is "BuildExpatLibrary" which got automagically
defined for my with xc/cf/X11.tmpl by those lines:
#ifndef BuildExpatLibrary
#define BuildExpatLibrary (UseExpat && !HasExpat)
#endif
this resolves to several other macro defines.
at least with the prior release version
i had never any problems of that sort,
so something must be different in CVS.
-Alex.

