X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=8d75f293a022753bfa3f86be4e26a7bf28376519;hb=2ebc1bc94db29cb0a1032467d0032a213eee9502;hp=b1d1ba1cc3fb5f5b4a8c13ebe6b1e172d374a63f;hpb=2eee687d80efac477bb3f00336a3bc3a9a1bb847;p=swftools.git diff --git a/configure.in b/configure.in index b1d1ba1..8d75f29 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 # ------------------------------------------------------------------ @@ -229,7 +229,7 @@ dnl Checks for header files. AC_CONFIG_HEADER(config.h) AC_HEADER_DIRENT AC_HEADER_STDC - AC_CHECK_HEADERS(zlib.h gif_lib.h jpeglib.h assert.h signal.h pthread.h sys/stat.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h time.h) + AC_CHECK_HEADERS(zlib.h gif_lib.h io.h wchar.h jpeglib.h assert.h signal.h pthread.h sys/stat.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h time.h sys/time.h sys/resource.h) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") @@ -246,7 +246,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_SIZE_T AC_STRUCT_TM AC_CHECK_TYPE(boolean,int) #needed for jpeglib - AC_CHECK_FUNCS(popen mkstemp stat lrand48 rand srand48 srand bcopy bzero time) + AC_CHECK_FUNCS(popen wcschr wcsdup mkstemp stat lrand48 rand srand48 srand bcopy bzero time getrusage mallinfo) AC_CHECK_SIZEOF([signed]) AC_CHECK_SIZEOF([unsigned]) @@ -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