X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=114100b7f4153af845870b91902f0968bb9f1358;hp=4d62e7509a609036de22ba587c27f1b87d648b1c;hb=5f65592a1e62c14bfa3593db13663e3bbafdde40;hpb=30bf74504c97d428af2ae4c3fcf96acf0b305d2a diff --git a/configure.in b/configure.in index 4d62e75..114100b 100644 --- a/configure.in +++ b/configure.in @@ -16,9 +16,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=2004-08-24-2049 - - +VERSION=2004-09-02-2157 # ------------------------------------------------------------------ @@ -169,7 +167,7 @@ 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(boolean,int) #needed for jpeglib dnl AC_CHECK_TYPE(bool,char) dnl AC_CHECK_TYPE(uchar,unsigned char) dnl AC_CHECK_TYPE(schar,signed char) @@ -184,6 +182,8 @@ dnl Checks for library functions. RFX_CHECK_FREETYPE +RFX_CHECK_FONTCONFIG + # ------------------------------------------------------------------ lame_objects= @@ -327,7 +327,8 @@ fi # ------------------------------------------------------------------ -FILES="./release Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile}" +if test -f "release.in"; then release_in="./release"; fi +FILES="$release_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile}" dnl AC_OUTPUT(${FILES}) old autoconf AC_CONFIG_FILES([${FILES}])