AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
-AC_EMACS_LISP(mule, (if (featurep (quote mule)) \"yes\" \"no\"), "noecho")
-AM_CONDITIONAL(XEMACS_NOMULE, test $mule = "no")
-
AC_OUTPUT(Makefile \
lisp/Makefile
lisp/test/Makefile
EXTRA_DIST = texinfo.tex infohack.el ptexinfmt.el irchat-copyright.el
-
-if XEMACS_NOMULE
-info_TEXINFOS = riece-en.texi
-else
info_TEXINFOS = riece-ja.texi riece-en.texi
-endif
package: all
$(MAKE) EMACS=$(XEMACS)