From: Daiki Ueno Date: Mon, 29 Nov 2004 03:25:27 +0000 (+0000) Subject: Fixed. X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=786ce8e8edb322da1c7a6cb6e6b5af2b2f740ea1 Fixed. --- diff --git a/configure.ac b/configure.ac index 6518402..b617e81 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,8 @@ AC_PATH_PACKAGEDIR 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_EMACS_LISP(mule, (if (featurep (quote mule)) \"yes\" \"no\"), "noecho") +AM_CONDITIONAL(XEMACS_NOMULE, test $mule = "no") AC_OUTPUT(Makefile \ lisp/Makefile diff --git a/doc/Makefile.am b/doc/Makefile.am index f052e60..3f52efd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,10 @@ EXTRA_DIST = texinfo.tex infohack.el ptexinfmt.el irchat-copyright.el -if !XEMACS_NOMULE -info_TEXINFOS = riece-ja.texi riece-en.texi -else + +if XEMACS_NOMULE info_TEXINFOS = riece-en.texi +else +info_TEXINFOS = riece-ja.texi riece-en.texi endif package: all