auctex-diffs
[Top][All Lists]
Advanced

[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: Sat, 30 Apr 2005 11:28:08 -0400

Index: auctex/preview/aclocal.m4
diff -u auctex/preview/aclocal.m4:1.60 auctex/preview/aclocal.m4:1.61
--- auctex/preview/aclocal.m4:1.60      Fri Apr 29 10:19:52 2005
+++ auctex/preview/aclocal.m4   Sat Apr 30 15:28:06 2005
@@ -186,8 +186,9 @@
   AC_ARG_WITH(lispdir,
     [  --with-lispdir=DIR      Where to install the $1 file, note
                           that most of the package will be relative to it.],
-    [[lispdir="${withval}"]],
-    [if test "${EMACS_FLAVOR}" = 'emacs'; then
+    [[lispdir="${withval}"]])
+  if test "X${lispdir}" = X; then
+     if test "${EMACS_FLAVOR}" = 'emacs'; then
        # Test paths relative to prefixes
        EMACS_EXAMINE_INSTALLATION_DIR(lispdir,
          [['${datadir}/emacs' '${libdir}/emacs' "${emacsprefix}/share/emacs" \
@@ -203,7 +204,7 @@
        # XEmacs
        lispdir="${packagedir}/lisp"
      fi
-    ])
+    fi
   AC_MSG_RESULT([[${lispdir}]])
   AC_SUBST(lispdir)
 ])




reply via email to

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