X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=aclocal.m4;h=38bfc1690ed5750d6069ddd980aea3e6aa91468f;hb=cbf4c3ca1603cb756c7c895caefa5bbcbd57610c;hp=047cd6b7806b794add2a4019be1fe43d0556d72d;hpb=49d38b41c190eaab2cb34294fac7302a9c9ea353;p=elisp%2Fgnus.git- diff --git a/aclocal.m4 b/aclocal.m4 index 047cd6b..38bfc16 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -62,18 +62,15 @@ AC_DEFUN(AC_CHECK_EMACS_FLAVOR, unset EMACS_cv_SYS_flavor; AC_EMACS_LISP(flavor, - (cond ((featurep (quote xemacs)) \"XEmacs\")\ - ((boundp (quote MULE)) \"MULE\")\ - (t \"FSF Emacs\")), + (if (featurep (quote xemacs))\ + \"XEmacs\"\ + \"Emacs\"), "noecho") - case $EMACS_cv_SYS_flavor in - XEmacs) - EMACS_FLAVOR=xemacs;; - MULE) - EMACS_FLAVOR=mule;; - *) - EMACS_FLAVOR=emacs;; - esac + if test $EMACS_cv_SYS_flavor = XEmacs; then + EMACS_FLAVOR=xemacs + else + EMACS_FLAVOR=emacs + fi AC_MSG_RESULT($EMACS_cv_SYS_flavor)]) AC_DEFUN(AC_PATH_LISPDIR, [