From: ueno Date: Mon, 29 Nov 2004 03:40:37 +0000 (+0000) Subject: Revert. X-Git-Tag: riece-1_0_6~7 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e7e9c98d824b957f7c9432754a76fc625aa45f;p=elisp%2Friece.git 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)