X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=27cd3423c928dcda5bdb003a919b901dc21c3ce0;hb=8800dcfecae54c0f2ae4fac3d92857921a6e21a4;hp=d64c90034d14713af75ad9b4113fb7643f51351e;hpb=d1915f315f85f3c23f8f7f109f22ccfb9551fb3e;p=swftools.git diff --git a/configure.in b/configure.in index d64c900..27cd342 100644 --- a/configure.in +++ b/configure.in @@ -2,9 +2,10 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.4.0 -CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" -CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +VERSION=0.4.2 +# -Winline? +CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS dnl Checks for programs. @@ -42,9 +43,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 +100,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