fix lyxpreview_to_png_command

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9084 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2004-10-12 08:29:23 +00:00
parent c1d27368a1
commit 4e12cfc1fe
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-12 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* configure.m4: fix lyxpreview_to_png_command
2004-10-11 Bennett Helm <bennett.helm@fandm.edu>
* bind/mac.bind: fix the depth-increment/decrement bindings

View File

@ -314,7 +314,7 @@ lyxpreview_to_bitmap_command='python $$s/lyxpreview2bitmap.py'
SEARCH_PROG([for dvipng],DVIPNG,dvipng)
test "$DVIPNG" = "dvipng" && \
lyxpreview_to_png_command = $lyxpreview_to_bitmap_command
lyxpreview_to_png_command=$lyxpreview_to_bitmap_command
# Search a *roff program (used to translate tables in ASCII export)
LYXRC_PROG([for a *roff formatter], \ascii_roff_command, dnl