On Sun, Jul 13, 2008 at 10:11:16PM +0200, Matthias Kramm wrote:
> 
> Ok, I'll have a look at the patch. (It might be a bit fiddly it
> apply, because the libart changes are already merged. I'll let
> you know if I need you to rebase it)

I have seen that you corrected and applied the patch, thanks (except for
the mktmpname change, but I can guess some reasons to avoid that change
for now, at least as long as using poppler is not really possible).

However the poppler defines are outside of the AH_BOTTOM block now,
which is certainly an oversight (and a consequence from the fact that
you dislike autoheader ;-).

The attached patch should fix it.

--
Pat
Index: configure.in
===================================================================
RCS file: /cvsroot/swftools/swftools/configure.in,v
retrieving revision 1.131
diff -u -3 -p -r1.131 configure.in
--- configure.in        27 Jul 2008 09:47:05 -0000      1.131
+++ configure.in        19 Sep 2008 12:11:34 -0000
@@ -533,14 +533,14 @@ AH_BOTTOM([
 #endif
 #endif
 
-#endif // __config_h__
-])
-
 #ifdef HAVE_POPPLER
 #define GString GooString
 #define GHash GooHash
 #endif
 
+#endif // __config_h__
+])
+
 
 if test -f "release.in"; then release_in="./release"; fi
 FILES="$release_in Makefile.common ${avi2swf} Makefile lib/Makefile 
lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile 
pdf2swf/fonts/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile 
lib/readers/Makefile"

Reply via email to