X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=931a48bfcbb1e2db4c9b97842765b7578a266a9b;hb=5a762d689ec34ff8320b37cc1945985d9a0a12b2;hp=61790a84f68df5eb6aacf2c510e80273a33d82cb;hpb=2d592fb2f94a9b617bc907251dab6822b637982b;p=swftools.git diff --git a/configure.in b/configure.in index 61790a8..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" @@ -113,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=