Angus Leeming wrote:
Both. You use Windows, I try not to. I learn vicariously through the
experience of others. Can you find out from Uwe whether gswin32c exists on
his box and whether it 'feels' nicer to use it.
Since Uwe has no objections, let's use gswin32c.
Angus, Jean-Marc, please apply the new patch.
Michael
Index: ChangeLog =================================================================== RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v retrieving revision 1.363.2.109 diff -u -p -r1.363.2.109 ChangeLog --- ChangeLog 2005/05/08 14:11:55 1.363.2.109 +++ ChangeLog 2005/05/09 05:39:31 @@ -1,3 +1,7 @@ +2005-05-08 Michael Schmitt <[EMAIL PROTECTED]> + + * lib/configure.m4: support gswin32c as Postscript interpreter + 2005-05-08 Angus Leeming <[EMAIL PROTECTED]> * scripts/lyxpreview2ppm.py: do not quote the name of the Index: 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 --- configure.m4 2005/04/22 16:39:04 1.60.2.18 +++ configure.m4 2005/05/09 05:39:39 @@ -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,gswin32c gs) # Search something to preview postscript SEARCH_PROG([for a Postscript previewer],GHOSTVIEW,gsview32 gv ghostview)