X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=931a48bfcbb1e2db4c9b97842765b7578a266a9b;hb=90c924066516e87d19264d19ff24e86863b5a2b5;hp=438dc8b71ab54ba16861216fbeeaa3aa60abc260;hpb=9c14e9d8e2d36e941eae639a047482186304419a;p=swftools.git diff --git a/configure.in b/configure.in index 438dc8b..931a48b 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/) export PACKAGE=swftools -export VERSION=0.2.0 +export VERSION=0.2.1 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer" @@ -42,6 +42,8 @@ dnl Checks for libraries. SWF_CHECK_BYTEORDER AC_SUBST(WORDS_BIGENDIAN) +SWF_CHECK_SYSTEM_BACKTICKS +AC_SUBST(SYSTEM_BACKTICKS) AC_ARG_PROGRAM @@ -111,6 +113,7 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then rm -f pdf2swf/Makefile echo all: > pdf2swf/Makefile echo install: >> pdf2swf/Makefile + echo clean: >> pdf2swf/Makefile if test "x${DISABLEJPEG2SWF}" = "xtrue"; then echo "Disabling jpeg2swf tool..." export JPEG2SWF=