[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/aclocal.m4
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/aclocal.m4 |
Date: |
Thu, 21 Jul 2005 08:53:05 -0400 |
Index: auctex/aclocal.m4
diff -u auctex/aclocal.m4:1.59 auctex/aclocal.m4:1.60
--- auctex/aclocal.m4:1.59 Thu Jul 14 00:24:36 2005
+++ auctex/aclocal.m4 Thu Jul 21 12:53:05 2005
@@ -496,14 +496,14 @@
AC_MSG_CHECKING(for mule support)
EMACS_CHECK_REQUIRE(mule,silent)
if test "${HAVE_mule}" = "yes"; then
- COMPILE_MULE="tex-jp.el"
- CONTRIB_MULEELC="tex-jp.elc"
+ MULESRC="tex-jp.el"
+ MULEELC="tex-jp.elc"
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
fi
-AC_SUBST(COMPILE_MULE)
-AC_SUBST(CONTRIB_MULEELC)
+AC_SUBST(MULESRC)
+AC_SUBST(MULEELC)
])
dnl