X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=03df65d0ef6c89e5722c9829b28263e2e1dbbbce;hb=7ffb9698fde794f3c7ae38ed2abab1457d5975c8;hp=f07bbcdd484c532edea75f8390e996fa78476002;hpb=33dd61baf161b73393ffdd02cec29a6570164a65;p=swftools.git diff --git a/configure.in b/configure.in index f07bbcd..03df65d 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,9 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=0.6.1 +VERSION=2004-08-24-2049 + + # ------------------------------------------------------------------ @@ -167,8 +169,8 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_STRUCT_TM - AC_CHECK_TYPE(boolean,int) - AC_CHECK_TYPE(bool,char) + dnl AC_CHECK_TYPE(boolean,int) + dnl AC_CHECK_TYPE(bool,char) dnl AC_CHECK_TYPE(uchar,unsigned char) dnl AC_CHECK_TYPE(schar,signed char) dnl AC_CHECK_TYPE(word,unsigned short int) @@ -231,6 +233,8 @@ if test "x$PYTHON_OK" '!=' "xyes";then echo all install uninstall clean: > lib/python/Makefile # fail silently- the most users won't have any need for the # python interface anyway +else + pythonrfxswf="lib/python/Makefile" fi # ------------------------------------------------------------------