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.in


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/preview/configure.in
Date: Tue, 05 Apr 2005 06:56:19 -0400

Index: auctex/preview/configure.in
diff -u auctex/preview/configure.in:1.77 auctex/preview/configure.in:1.78
--- auctex/preview/configure.in:1.77    Sun Apr  3 00:54:51 2005
+++ auctex/preview/configure.in Tue Apr  5 10:56:18 2005
@@ -56,16 +56,17 @@
 
 AC_MSG_CHECKING([where the package lisp files go])
 AC_ARG_WITH(packagelispdir,
-[[  --with-packagelispdir=DIR    Where to find the package lisp files
-      relative to the Lisp startup file.]],
+[[  --with-packagelispdir=DIR
+                          Where to find the package lisp files
+                          relative to the Lisp startup file.]],
   [packagelispdir=["${withval}"]])
 AC_LISPIFY_DIR(packagelispdir)
 AC_MSG_RESULT([[${packagelispdir}]])
 
 AC_MSG_CHECKING([where the icon files go])
 AC_ARG_WITH(icondir,
-[[  --with-icon=DIR    Where the icon files go
-      relative to the Lisp startup file.]],
+[[  --with-icon=DIR         Where the icon files go
+                          relative to the Lisp startup file.]],
   [icon=["${withval}"]])
 AC_LISPIFY_DIR(icondir)
 AC_MSG_RESULT([[${icondir}
@@ -83,9 +84,9 @@
 EMACS_CHECK_AUCTEX
 AC_SUBST(auctexdir)
 
-AC_ARG_VAR(GS,[[GhostScript executable for batch operation]])
+AC_ARG_VAR(GS,[Ghostscript executable for batch operation])
 AC_CHECK_PROGS_REQUIRED(GS, gs GSWIN32C.EXE, 
-[GhostScript not found!  Aborting!  
+[Ghostscript not found!  Aborting!  
 You need GhostScript in your PATH for preview to work.])
 
 EMACS_LISP([[lispGS]],[[(if (string= dir \"gs\") \"\" (backquote (defvar 
preview-gs-command (, dir))))]],-no-site-file,[[dir]],[["${GS}"]])
@@ -112,7 +113,7 @@
 # Be very careful about assuming things about the available hash programs
 # MikTeX comes with a braindead link to mktexlsr, apparently, so first
 # try the regular utility from them.
-AC_ARG_VAR(TEXHASH,[[command to update the TeX filename database]])
+AC_ARG_VAR(TEXHASH,[command to update the TeX filename database])
 AC_PATH_PROG(TEXHASH, texhash)
 if test -z "${TEXHASH}"; then
   AC_CHECK_PROG(TEXHASH, initexmf, initexmf -u)




reply via email to

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