bumped version to 0.9.1, preparing for release
[swftools.git] / configure.in
index 515718a..62b064b 100644 (file)
@@ -34,7 +34,7 @@ if test "x$enable_lame" = "xno";then
 fi,DISABLE_LAME=)
 
 PACKAGE=swftools
-VERSION=2010-02-06-1900
+VERSION=0.9.1
 
 # ------------------------------------------------------------------
 
@@ -395,7 +395,9 @@ if test "x$RUBY_OK" '!=' "xyes";then
     # fail silently- the most users won't have any need for the
     # ruby interface anyway
 else
-    rubygfx="lib/ruby/Makefile"
+    if test -f "lib/ruby/Makefile.in";then
+       rubygfx="lib/ruby/Makefile"
+    fi
 fi
 
 # ------------------------------------------------------------------