X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=2377fe5368ce8d4c424905cb5e6babddc173f258;hp=393126bde1877710e3479bbf43d07308ff81ad33;hb=39c89e54a79dfc3fb950bf87b8998f824d75677b;hpb=85a01ddfc9cd65307d194713d5a159fb99692a1e diff --git a/configure.in b/configure.in index 393126b..2377fe5 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,8 @@ AC_ARG_ENABLE(mp3, [ --disable-mp3 don't compile any mp3 code in], NO_MP3=true) PACKAGE=swftools -VERSION=2003-08-02-1416 +VERSION=2004-02-01-1614 + @@ -34,6 +35,13 @@ else if test "x$OPTIMIZE" '!=' "x"; then CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer $CXXFLAGS" fi fi +#OLDGCC=1 +#if test "x$OLDGCC" '!=' "x";then +# #CFLAGS="$CFLAGS --std=c89 -ansi -pendantic" +# #CXXFLAGS="$CXXFLAGS --std=c89 -ansi -pendantic" +# CFLAGS="$CFLAGS -ansi -pendantic" +# CXXFLAGS="$CXXFLAGS -ansi -pendantic" +#fi export PACKAGE VERSION CFLAGS CXXFLAGS @@ -68,7 +76,7 @@ fi AC_PROG_LN_S AC_PROG_LIBTOOL AC_CHECK_PROGS(UNCOMPRESS, gzip uncompress compress, ) - AC_CHECK_PROGS(FREETYPE_CONFIG, freetype-config, ) + AC_CHECK_PROGS(FREETYPE_CONFIG, freetype-config, ) # TODO: use this dnl Checks for system services AC_EXEEXT @@ -177,7 +185,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. dnl AC_CHECK_TYPE(uint,unsigned long int) dnl Checks for library functions. - AC_CHECK_FUNCS(popen mkstemp stat lrand48 rand srand48 srand) + AC_CHECK_FUNCS(popen mkstemp stat lrand48 rand srand48 srand bcopy bzero) RFX_CHECK_AVI2SWF avi2swf="avi2swf/Makefile" @@ -245,9 +253,9 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then echo "or write compressed Flash MX files!" fi echo "***************************************************" - FILES="./release Makefile.common ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile swfs/Makefile" + FILES="./release Makefile.common ${avi2swf} Makefile lib/lame/Makefile lib/Makefile lib/action/Makefile src/Makefile swfs/Makefile" else - FILES="./release Makefile.common ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile swfs/Makefile" + FILES="./release Makefile.common ${avi2swf} Makefile lib/lame/Makefile lib/Makefile lib/action/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile swfs/Makefile" fi AC_SUBST(JPEG2SWF) AC_SUBST(PNG2SWF)