X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=165d7e154776ac394a955156ee1ad1bf3b93a790;hp=732e2ce15bb5a573ee10905371a19237f32a7012;hb=24b2097d84ef6261b8cadfb454c85ddfbb5b0bf9;hpb=fad87cef81ecc02e7a1d9814d5e79fa3201b1fa7 diff --git a/configure.in b/configure.in index 732e2ce..165d7e1 100644 --- a/configure.in +++ b/configure.in @@ -382,7 +382,19 @@ if test "x$PYTHON_OK" '!=' "xyes";then # fail silently- the most users won't have any need for the # python interface anyway else - pythonrfxswf="lib/python/Makefile" + pythongfx="lib/python/Makefile" +fi + +# ------------------------------------------------------------------ + +RFX_CHECK_RUBY + +if test "x$RUBY_OK" '!=' "xyes";then + echo all install uninstall clean: > lib/ruby/Makefile + # fail silently- the most users won't have any need for the + # ruby interface anyway +else + rubygfx="lib/python/Makefile" fi # ------------------------------------------------------------------ @@ -571,7 +583,7 @@ AH_BOTTOM([ if test -f "release.in"; then release_in="./release"; fi if test -f "Makefile.new.in"; then mk_in="./Makefile.new"; fi -FILES="$release_in $mk_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile} lib/readers/Makefile" +FILES="$release_in $mk_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythongfx} ${lame_makefile} lib/readers/Makefile" AC_OUTPUT(${FILES}) dnl new autoconf