added Makefile in pdf2swf/ttf2pt1.
[swftools.git] / configure.in
index 7649af8..f0ad1be 100644 (file)
@@ -3,13 +3,12 @@ AC_INIT(src/)
 AC_ARG_PROGRAM
 
 export PACKAGE=swftools
-export VERSION=pre0.1.0
+export VERSION=0.1.2
 
 export CFLAGS="-O2 -fomit-frame-pointer"
 export CXXFLAGS="-O2 -fomit-frame-pointer"
 
 dnl Checks for programs.
- AC_PROG_AWK
  AC_PROG_CC
  AC_PROG_CPP
  AC_PROG_CXX
@@ -47,7 +46,7 @@ dnl AC_CHECK_LIB(X11, XFlush)
 
 dnl Checks for header files.
  AC_CONFIG_HEADER(config.h)
- AC_PATH_X
+dnl AC_PATH_X
 dnl AC_PATH_XTRA
  AC_HEADER_DIRENT
  AC_HEADER_STDC
@@ -108,7 +107,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)