X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=69f92fd4bb1371f8e3f4e3df0140aaaab96b93f8;hb=ec0878f54c569c9236cbf04f7456a9c6230450a2;hp=f301775e6471e1f5aa0b4598c6dbe9cfb73c6447;hpb=81703ce108db3811c312fbf8549c73529bfbe1ee;p=swftools.git diff --git a/configure.in b/configure.in index f301775..69f92fd 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.3.1 +VERSION=0.4.1 CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS @@ -42,9 +42,9 @@ dnl Checks for libraries. MISSINGLIBS="${MISSINGLIBS} T1lib" ) -SWF_CHECK_BYTEORDER +RFX_CHECK_BYTEORDER AC_SUBST(WORDS_BIGENDIAN) -SWF_CHECK_SYSTEM_BACKTICKS +RFX_CHECK_SYSTEM_BACKTICKS AC_SUBST(SYSTEM_BACKTICKS) AC_ARG_PROGRAM @@ -99,7 +99,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_CHECK_FUNCS(popen mkstemp stat lrand48 rand srand48 srand) - SWF_CHECK_AVI2SWF + RFX_CHECK_AVI2SWF avi2swf="avi2swf/Makefile" if test "x${AVIFILE}" != "xtrue"; then