poppler: XMLOutputDev::endPage: update to use new API
[swftools.git] / configure.in
index aa19993..9cc3f23 100644 (file)
@@ -27,14 +27,14 @@ AC_ARG_ENABLE(warnings,
 AC_ARG_ENABLE(optimizations,
 [  --enable-optimizations  turn on compiler optimizations (recommended for avi2swf)], OPTIMIZE=true)
 AC_ARG_ENABLE(lame,
-[  --disable-lame          don't compile any L.A.M.E. mp3 encoding code in],
+[  --disable-lame          "don't compile any L.A.M.E. mp3 encoding code in"],
 
 if test "x$enable_lame" = "xno";then
     DISABLE_LAME=yes
 fi,DISABLE_LAME=)
 
 PACKAGE=swftools
-VERSION=2010-05-20-1815
+VERSION=0.9.1
 
 # ------------------------------------------------------------------
 
@@ -391,7 +391,9 @@ fi
 RFX_CHECK_RUBY
 
 if test "x$RUBY_OK" '!=' "xyes";then
-    echo all install uninstall clean: > lib/ruby/Makefile
+    if test -d "lib/ruby/";then
+       echo all install uninstall clean: > lib/ruby/Makefile
+    fi
     # fail silently- the most users won't have any need for the
     # ruby interface anyway
 else