X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=9389207c5d16e9a0f0cd35888fd803b2a16f760d;hb=823acd122246e1447e50e4969be4a25babb4f3eb;hp=e3896c9e61dd81d6399ed4daa04f0f404cb32ee6;hpb=7d6aa220c65d5370387d700709ceaa4eb410c165;p=swftools.git diff --git a/configure.in b/configure.in index e3896c9..9389207 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=2007-04-28-2027 +VERSION=2008-04-02-1230 # ------------------------------------------------------------------ @@ -257,7 +257,7 @@ AC_CHECK_SIZEOF([unsigned long long]) RFX_CHECK_FREETYPE -#RFX_CHECK_FONTCONFIG +RFX_CHECK_FONTCONFIG lame_objects= lame_makefile= @@ -451,7 +451,7 @@ fi if test -f "release.in"; then release_in="./release"; fi if test -f "wx/Makefile.in"; then wx_in="wx/Makefile"; fi -FILES="$release_in $wx_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/swf/Makefile" +FILES="$release_in $wx_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" AC_OUTPUT(${FILES}) dnl new autoconf