polygon intersector: added horizontal line reconstruction
[swftools.git] / configure.in
index 4a74bdf..7d35992 100644 (file)
@@ -25,7 +25,7 @@ AC_ARG_WITH([poppler],
 [  --with-poppler          use poppler instead of internal xpdf (currently broken)], [USE_POPPLER=true])
 
 PACKAGE=swftools
-VERSION=2008-09-22-1956
+VERSION=0.9.0
 
 
 # ------------------------------------------------------------------
@@ -291,8 +291,9 @@ else
            fi
        fi
        AC_CHECK_LIB(mp3lame, lame_init,, NO_LIBMP3LAME=1)
-       AC_CHECK_HEADERS(lame.h)
-       if test "x$NO_LIBMP3LAME" "!=" "x1" -a "x$ac_cv_header_lame_h" "!=" "x";then
+        HASLAMEHEADER=
+       AC_CHECK_HEADERS(lame.h,HASLAMEHEADER=1)
+       if test "x$NO_LIBMP3LAME" "!=" "x1" -a "x$HASLAMEHEADER" '!=' "x";then
            AC_DEFINE([HAVE_LAME], [1])
        fi
     fi
@@ -540,10 +541,9 @@ AH_BOTTOM([
 #endif // __config_h__
 ])
 
-
 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 pdf2swf/fonts/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile lib/readers/Makefile"
+FILES="$release_in $mk_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile lib/readers/Makefile"
 AC_OUTPUT(${FILES})
 
 dnl new autoconf