X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=6435fe29f7e5cb1e4dee53bdde97aa0b97a5db74;hb=3e17a0507a0562eb6de83d2368162a95b0bf880b;hp=d9da65b4cec0085a62e76fe8df822d00eafce7cf;hpb=ae984893d5ebc8fe3faed2878c33c4a7ac20b3b5;p=swftools.git diff --git a/configure.in b/configure.in index d9da65b..6435fe2 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/) AC_ARG_PROGRAM export PACKAGE=swftools -export VERSION=0.0.2 +export VERSION=pre0.0.3 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer" @@ -32,7 +32,7 @@ dnl Checks for libraries. MISSINGLIBS="${MISSINGLIBS} zlib" exit; ) - AC_CHECK_LIB(xjpeg, jpeg_write_raw_data,, + AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, DISABLEPDF2SWF=true; DISABLEJPEG2SWF=true; MISSINGLIBS="${MISSINGLIBS} jpeglib" @@ -95,9 +95,9 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then echo "***************************************************" echo "The following headers/libraries are missing: " ${MISSINGLIBS} echo "Disabling pdf2swf tool..." - rm pdf2swf/Makefile + rm -f pdf2swf/Makefile echo all: > pdf2swf/Makefile - echo install: > pdf2swf/Makefile + echo install: >> pdf2swf/Makefile if test "x${DISABLEJPEG2SWF}" = "xtrue"; then echo "Disabling jpeg2swf tool..." export JPEG2SWF=