From: Daiki Ueno Date: Mon, 29 Nov 2004 03:40:37 +0000 (+0000) Subject: Revert. X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=49e930106f95fc0d872acd1a3556ebda90a79a6f Revert. --- diff --git a/configure.ac b/configure.ac index b617e81..a76c78b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,6 @@ AC_PATH_PACKAGEDIR 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 diff --git a/doc/Makefile.am b/doc/Makefile.am index 3f52efd..61a0e6b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,11 +1,6 @@ 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)