[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/preview/aclocal.m4
From: |
David Kastrup |
Subject: |
[AUCTeX-diffs] Changes to auctex/preview/aclocal.m4 |
Date: |
Mon, 23 May 2005 19:11:02 -0400 |
Index: auctex/preview/aclocal.m4
diff -u auctex/preview/aclocal.m4:1.63 auctex/preview/aclocal.m4:1.64
--- auctex/preview/aclocal.m4:1.63 Sun May 22 20:56:18 2005
+++ auctex/preview/aclocal.m4 Mon May 23 23:11:02 2005
@@ -78,13 +78,11 @@
if test "${XEMACS}" = "yes"; then
EMACS_FLAVOR=xemacs
EMACS_NAME="XEmacs"
+elif test "${XEMACS}" = "no"; then
+ EMACS_FLAVOR=emacs
+ EMACS_NAME="Emacs"
else
- if test "${XEMACS}" = "no"; then
- EMACS_FLAVOR=emacs
- EMACS_NAME="Emacs"
- else
- AC_MSG_ERROR([Unable to run ${EMACS}! Aborting!])
- fi
+ AC_MSG_ERROR([Unable to run ${EMACS}! Aborting!])
fi
AC_MSG_RESULT(${XEMACS})
AC_SUBST(XEMACS)