auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/preview/configure.ac


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/preview/configure.ac
Date: Tue, 27 Sep 2005 04:35:07 -0400

Index: auctex/preview/configure.ac
diff -u auctex/preview/configure.ac:1.95 auctex/preview/configure.ac:1.96
--- auctex/preview/configure.ac:1.95    Thu Aug 18 08:39:54 2005
+++ auctex/preview/configure.ac Tue Sep 27 08:35:06 2005
@@ -41,7 +41,7 @@
    EMACS_PATH_LISPDIR
    AC_MSG_CHECKING(what file to use for preview startup)
    AC_ARG_WITH(previewstartfile,
-   [[  --with-preview-startfile=FILE    What file to use for preview 
startup.]],
+   [[  --with-previewstartfile=FILE    What file to use for preview startup.]],
    [[ previewstartfile="${withval}" ]],
    [ _tmpdir_="${lispdir}"
      AC_FULL_EXPAND(_tmpdir_)
@@ -121,20 +121,20 @@
 if test "x${texmfdir}" = "xno"
 then
   AC_MSG_CHECKING([kpathsea directory separator])
-  AC_ARG_WITH(kpathseaseparator,
-  [  --with-kpathsea-sep=@<:@:|;@:>@
+  AC_ARG_WITH(kpathseasep,
+  [  --with-kpathseasep=@<:@:|;@:>@
                       directory separator for kpathsea],
-  [[kpathseaseparator="${withval}"]],
+  [[kpathseasep="${withval}"]],
   [test "x${pathoutput}" != x || pathoutput="`kpsepath -n latex tex`"
-    case "${pathoutput}" in *\;*) kpathseaseparator=";" ;;
-      *:*) kpathseaseparator=":" ;;
+    case "${pathoutput}" in *\;*) kpathseasep=";" ;;
+      *:*) kpathseasep=":" ;;
       *) AC_MSG_ERROR([Can't determine kpathsea directory separator!
-Please use --with-kpathsea-sep=@<:@:|;@>:@ to specify it!])
+Please use --with-kpathseasep='@<:@:|;@:>@' to specify it!])
     esac])
-  AC_MSG_RESULT([["${kpathseaseparator}"]])
+  AC_MSG_RESULT([["${kpathseasep}"]])
   packagetexstyles="${packagedatadir}/latex"
   AC_LISPIFY_DIR(packagetexstyles,"${previewstartfile}")
-  lisppackagetexstyles="(defvar preview-TeX-style-dir (concat 
\".${kpathseaseparator}\" ${lisppackagetexstyles} \"${kpathseaseparator}\"))"
+  lisppackagetexstyles="(defvar preview-TeX-style-dir (concat 
\".${kpathseasep}\" ${lisppackagetexstyles} \"${kpathseasep}\"))"
   test "X${TEXHASH}" = X && TEXHASH=:
 else
   lisppackagetexstyles=




reply via email to

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