auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/aclocal.m4


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/aclocal.m4
Date: Wed, 13 Jul 2005 20:24:36 -0400

Index: auctex/aclocal.m4
diff -u auctex/aclocal.m4:1.58 auctex/aclocal.m4:1.59
--- auctex/aclocal.m4:1.58      Sat Jun  4 09:51:34 2005
+++ auctex/aclocal.m4   Thu Jul 14 00:24:36 2005
@@ -200,12 +200,13 @@
                           files will be place in a subdirectory.],
     [[lispdir="${withval}"]])
   if test "X${lispdir}" = X; then
-     if test "${EMACS_FLAVOR}" = 'emacs'; then
+     if test "X${packagedir}" = Xno; then
        # Test paths relative to prefixes
        EMACS_EXAMINE_INSTALLATION_DIR(lispdir,
-         [['${datadir}/emacs' '${libdir}/emacs' "${emacsprefix}/share/emacs" \
+         [['${datadir}/'${EMACS_FLAVOR} '${libdir}/'${EMACS_FLAVOR} \
+          "${emacsprefix}/share/${EMACS_FLAVOR}" \
            '${datadir}' '${libdir}' "${emacsprefix}"]],
-        [[(list \"emacs/site-lisp\" \"emacs/site-packages\"
+        [[(list \"${EMACS_FLAVOR}/site-lisp\" \"${EMACS_FLAVOR}/site-packages\"
                 \"site-lisp\" \"site-packages\")]], load-path)
        if test "${lispdir}" = "NONE"; then
         # No? notify user.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]