PACKAGE=swftools
-VERSION=2010-02-06-1900
+VERSION=2010-05-20-1815
# ------------------------------------------------------------------
{
foobar = rb_define_module("foobar");
rb_define_module_function(foobar, "set_foo", foobar_set_foo, 2);
+ return 0;
}
int main() {return 0;}
EOF
# 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
# ------------------------------------------------------------------
# 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
# ------------------------------------------------------------------
{
foobar = rb_define_module("foobar");
rb_define_module_function(foobar, "set_foo", foobar_set_foo, 2);
+ return 0;
}
int main() {return 0;}
EOF