X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=6e63594d8b20578151fb17d0257794fdea547cda;hp=941717956c8cad87dd85bae0dc733b6082082881;hb=4bf1addc537d33b0b4f22c3e5546634b5adee4e3;hpb=fb7a76729269e68ae9e8ea9160aed93909445723 diff --git a/configure.in b/configure.in index 9417179..6e63594 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) -AC_ARG_PROGRAM 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" @@ -41,6 +40,13 @@ dnl Checks for libraries. MISSINGLIBS="${MISSINGLIBS} T1lib" ) +SWF_CHECK_BYTEORDER +AC_SUBST(WORDS_BIGENDIAN) +SWF_CHECK_SYSTEM_BACKTICKS +AC_SUBST(SYSTEM_BACKTICKS) + +AC_ARG_PROGRAM + dnl do we need those? dnl AC_CHECK_LIB(pthread, pthread_create) dnl AC_CHECK_LIB(X11, XFlush) @@ -107,14 +113,15 @@ 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= fi echo "***************************************************" - FILES="./release Makefile lib/Makefile src/Makefile" + FILES="./release Makefile lib/bladeenc/Makefile lib/Makefile src/Makefile swfs/Makefile" else - FILES="./release Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile" + FILES="./release Makefile lib/bladeenc/Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile swfs/Makefile" fi AC_SUBST(JPEG2SWF)