X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=61790a84f68df5eb6aacf2c510e80273a33d82cb;hp=e91312b6d8126debd440e99ba048c48cea831bef;hb=2d592fb2f94a9b617bc907251dab6822b637982b;hpb=81bfd1b7109cfb1d375466b2c96daa70df2edd41 diff --git a/configure.in b/configure.in index e91312b..61790a8 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,5 @@ 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 @@ -43,6 +42,10 @@ dnl Checks for libraries. 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) @@ -115,9 +118,9 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then export JPEG2SWF= fi echo "***************************************************" - FILES="./release Makefile lib/Makefile src/Makefile" + FILES="./release 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/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile swfs/Makefile" fi AC_SUBST(JPEG2SWF)