datatype boolean added.
[swftools.git] / configure.in
index 983a033..3bebb37 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT(src/)
 AC_ARG_PROGRAM
 
 export PACKAGE=swftools
-export VERSION=0.1.1
+export VERSION=0.2.0
 
 export CFLAGS="-O2 -fomit-frame-pointer"
 export CXXFLAGS="-O2 -fomit-frame-pointer"
@@ -80,6 +80,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
  AC_TYPE_OFF_T
  AC_TYPE_SIZE_T
  AC_STRUCT_TM
+ AC_CHECK_TYPE(boolean,unsigned char)
  dnl AC_CHECK_TYPE(uchar,unsigned char)
  dnl AC_CHECK_TYPE(schar,signed char)
  dnl AC_CHECK_TYPE(word,unsigned short int)
@@ -107,7 +108,7 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then
   echo "***************************************************"
   FILES="./release Makefile lib/Makefile src/Makefile"
 else
-  FILES="./release Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/fonts/Makefile"
+  FILES="./release Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile"
 fi
 AC_SUBST(JPEG2SWF)