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


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to