Hello,

Uwe pointed out that gswin32 is a Postscript interpreter used on the Windows platform. Though I don't have it on my machine, he's right.

I have created a small patch for 1.3, that extends the check of the configure script. Angus, Jean-Marc, could you please commit it?

(Please note that LyX 1.4 no longer checks for a Postscript interpreter. Therefore, there is no corresponding patch for 1.4.)

Thanks in advance,
Michael
Index: lib/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v
retrieving revision 1.363.2.109
diff -u -p -r1.363.2.109 ChangeLog
--- lib/ChangeLog       2005/05/08 14:11:55     1.363.2.109
+++ lib/ChangeLog       2005/05/08 14:58:40
@@ -1,3 +1,7 @@
+2005-05-08  Michael Schmitt  <[EMAIL PROTECTED]>
+
+       * lib/configure.m4: support gswin32 as Postscript interpreter
+
 2005-05-08  Angus Leeming  <[EMAIL PROTECTED]>
 
        * scripts/lyxpreview2ppm.py: do not quote the name of the
Index: lib/configure.m4
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/configure.m4,v
retrieving revision 1.60.2.18
diff -u -p -r1.60.2.18 configure.m4
--- lib/configure.m4    2005/04/22 16:39:04     1.60.2.18
+++ lib/configure.m4    2005/05/08 14:58:41
@@ -265,7 +265,7 @@ SEARCH_PROG([for Image converter],image_
 test $image_command = "convert" && image_command="convert \$\$i \$\$o"
 
 # Search for a Postscript interpreter
-LYXRC_PROG([for a Postscript interpreter], \ps_command, gs)
+LYXRC_PROG([for a Postscript interpreter],\ps_command,gswin32 gs)
 
 # Search something to preview postscript
 SEARCH_PROG([for a Postscript previewer],GHOSTVIEW,gsview32 gv ghostview)

Reply via email to