|--==> "APA" == Adrian Aichner <Adrian.Aichner(a)t-online.de> writes:
>>>>>"APA" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
APA> Since auctex is in
packages/xemacs-packages/ shouldn't it probably
APA> make inclusion of tex-jp.el dependant of BUILD_WITHOUT_MULE?
APA> Even though
APA> auctex/Makefile
APA> has
APA> ifeq ($(BUILD_WITHOUT_MULE),)
APA> ELCS += tex-jp.elc
APA> endif
APA> a autoload ccokie in tex-jp.el makes a no-mule XEmacs barf during
APA> -l autoload -f batch-update-directory .
APA> What shoobeedoo?
I don't suppose we could wrap the autoload cookie in a
'(if (featurep 'mule)...)', could we?
The problem is that 'make autoloads' checks _every_ .el file in the
directory, so perhaps some Makefile Wizard could come up with a way to
temporarily rename 'tex-jp.el' to 'tex-jp.el.nomule' if building
without Mule. And then rename it back afterwards.
Sounds messy, but is there a better way?
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|