X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=d1475657eb2639244148ffe935b49fd2e83c6bbc;hb=08b056ae805baec51d028e5095f9f0f128f1e362;hp=84fb50d2b6272c748b8ffa90d4ac8dafad9545e1;hpb=86b4050afbbe3e0c85370ba15186864cb1eec64f;p=swftools.git diff --git a/configure.in b/configure.in index 84fb50d..d147565 100644 --- a/configure.in +++ b/configure.in @@ -86,9 +86,17 @@ dnl Checks for system services RFX_CHECK_MING +SLEXT="so" if test "x${MINGW}" != "xyes"; then + # no mingW AC_DEFINE_UNQUOTED(O_BINARY, 0) +else + # mingW + SLEXT="dll" fi +export SLEXT +AC_SUBST(SLEXT) + # The following tries to make use of includes and libraries in # /usr/local, too. Notice: A -I/usr/local/include might break # things (MingW, cross-compiling etc.) in the same way as -I/usr/include, @@ -192,7 +200,10 @@ dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_CHECK_FUNCS(popen mkstemp stat lrand48 rand srand48 srand bcopy bzero time) - RFX_CHECK_AVI2SWF + +# ------------------------------------------------------------------ + +RFX_CHECK_AVI2SWF avi2swf="avi2swf/Makefile" if test "x${AVIFILE}" != "xtrue"; then @@ -202,6 +213,15 @@ if test "x${AVIFILE}" != "xtrue"; then avi2swf= fi +# ------------------------------------------------------------------ + +if test "x${UNCOMPRESS}" = "xgzip"; then + AC_DEFINE_UNQUOTED(USE_GZIP, 1) +fi +AC_SUBST(USE_GZIP) + +# ------------------------------------------------------------------ + if test "x${DISABLE_LAME}" = "xtrue"; then echo "*" Disabling lame support... lame_objects= @@ -211,22 +231,23 @@ else fi AC_SUBST(lame_objects) -if test "x${UNCOMPRESS}" = "xgzip"; then - AC_DEFINE_UNQUOTED(USE_GZIP, 1) +# ------------------------------------------------------------------ + +RFX_CHECK_PYTHON + +if test "x$PYTHON_OK" '!=' "xyes";then + echo all install uninstall clean: > lib/python/Makefile + echo "* No usable python installation found" + echo "* Not compiling the python interface" fi -AC_SUBST(USE_GZIP) + +# ------------------------------------------------------------------ JPEG2SWF='jpeg2swf$(E)' export JPEG2SWF PNG2SWF='png2swf$(E)' export PNG2SWF -if test "x" = "x"; then - pythonrfxswf="lib/python/Makefile" -else - echo all install uninstall clean: > lib/python/Makefile -fi - if test "x${DISABLEPDF2SWF}" = "xtrue"; then echo "***************************************************" echo "The following headers/libraries are missing: " ${MISSINGLIBS}