Fixed.
authorDaiki Ueno <ueno@unixuser.org>
Mon, 29 Nov 2004 03:25:27 +0000 (03:25 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Mon, 29 Nov 2004 03:25:27 +0000 (03:25 +0000)
configure.ac
doc/Makefile.am

index 6518402..b617e81 100644 (file)
@@ -12,9 +12,8 @@ AC_PATH_PACKAGEDIR
 
 AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
 
 
 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
 
 AC_OUTPUT(Makefile \
 lisp/Makefile
index f052e60..3f52efd 100644 (file)
@@ -1,9 +1,10 @@
 EXTRA_DIST = texinfo.tex infohack.el ptexinfmt.el irchat-copyright.el
 
 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
 info_TEXINFOS = riece-en.texi
+else
+info_TEXINFOS = riece-ja.texi riece-en.texi
 endif
 
 package: all
 endif
 
 package: all