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=
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs