AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
+AC_EMACS_LISP(mule, (if (featurep (quote mule)) \"mule\" \"nomule\"))
+AM_CONDITIONAL(XEMACS_NOMULE, test ${EMACS_FLAVOR} = xemacs-nomule -a \
+ $mule = mule)
+
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-ja.texi riece-en.texi
-riece_ja_TEXINFOS = fdl.texi
+else
+info_TEXINFOS = riece-en.texi
+endif
package: all
$(MAKE) EMACS=$(XEMACS)