From: Angus Leeming Date: Tue, 5 Mar 2002 11:02:32 +0000 (+0000) Subject: Fix bug displaying tgif images and with exporting them to pdflatex X-Git-Tag: 1.6.10~19736 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b32de1326155a48277944695162bd294ba37d3e6;p=lyx.git Fix bug displaying tgif images and with exporting them to pdflatex git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3662 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 66a86758d6..7d7f656f63 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-03-04 Herbert Voss + + * configure.m4: fix the problem with tgif's xpm export + 2002-03-03 Herbert Voss * configure.m4: added more converter stuff for different formats diff --git a/lib/configure.m4 b/lib/configure.m4 index 045365c25b..a0e348d413 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -519,8 +519,9 @@ cat >$outfile < \$\$o" "" +\\converter tgif png "tgif -print -stdout -png \$\$i > \$\$o" "" +\\converter tgif pdf "tgif -print -stdout -pdf \$\$i > \$\$o" "" \\converter gif png "$gif_to_png" "" \\converter eps png "$eps_to_png" ""