From 65e7e9c98d824b957f7c9432754a76fc625aa45f Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 29 Nov 2004 03:40:37 +0000 Subject: [PATCH] Revert. --- configure.ac | 3 --- doc/Makefile.am | 5 ----- 2 files changed, 8 deletions(-) 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) -- 1.7.10.4