Sorry if this has been reported already, but I'm no longer on the
xemacs-beta list... Please, include me in any follow-ups.
After installing 21.1.2 on DIGITAL UNIX, I noticed that the lib-src/Makefile
"utilities run internally by XEmacs" were not being installed. Apparently
the lib-src/Makefile target for ${archlibdir} does not have sufficient
dependencies to ensure that the files are copied. The dependency only
checks for directory existence. Shouldn't the actual copying be done under
the "install" target instead?
Steve