From b32de1326155a48277944695162bd294ba37d3e6 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 5 Mar 2002 11:02:32 +0000 Subject: [PATCH] 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 --- lib/ChangeLog | 4 ++++ lib/configure.m4 | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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" "" -- 2.39.5