X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=11e662964f09defcf3e6cc578ca23521f005a732;hb=3d7393729761993b7d7e1d8db602560d339adac2;hp=3bad2e0d797a7a8ade07c4ea0fd3a8176dd9fc4c;hpb=fe0bf96d27b7af11538533b4df9eca5cbc96eedf;p=swftools.git diff --git a/configure.in b/configure.in index 3bad2e0..11e6629 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ if test "x$enable_lame" = "xno";then fi,DISABLE_LAME=) PACKAGE=swftools -VERSION=0.9.0 +VERSION=2009-08-12-1514 # ------------------------------------------------------------------ @@ -200,7 +200,11 @@ fi # this must be done after (I believe) AC_PROG_MAKE_SET if test "x$DEBUG" '!=' "x" -o "x$STRIP" = "x";then - STRIP="@echo debug enabled, not stripping " + if test "$MACOSX";then + STRIP=dsymutil + else + STRIP="@echo debug enabled, not stripping " + fi export STRIP AC_SUBST(STRIP) fi @@ -219,7 +223,8 @@ if test "x$ZLIBMISSING" = "xtrue";then echo exit fi - + +AC_CHECK_LIB(pdf, PDF_open_file,, PDFLIBMISSING=true) AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, JPEGLIBMISSING=true) AC_CHECK_LIB(ungif, DGifOpen,, UNGIFMISSING=true) if test "$UNGIFMISSING";then @@ -239,7 +244,7 @@ dnl Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC - AC_CHECK_HEADERS(zlib.h gif_lib.h io.h wchar.h jpeglib.h assert.h signal.h pthread.h sys/stat.h sys/mman.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h time.h sys/time.h sys/resource.h) + AC_CHECK_HEADERS(zlib.h gif_lib.h io.h wchar.h jpeglib.h assert.h signal.h pthread.h sys/stat.h sys/mman.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h time.h sys/time.h sys/resource.h pdflib.h) AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package]) @@ -268,11 +273,12 @@ RFX_CHECK_FREETYPE RFX_CHECK_FONTCONFIG -RFX_CHECK_OPENGL -if test "$HAVE_OPENGL";then - DEVICE_OPENGL='devices/opengl.$(O)' - AC_SUBST(DEVICE_OPENGL) -fi +# RFX_CHECK_OPENGL +# if test "$HAVE_OPENGL";then +# DEVICE_OPENGL='devices/opengl.$(O)' +# AC_SUBST(DEVICE_OPENGL) +# fi +AC_SUBST(DEVICE_OPENGL) lame_in_source= lame_makefile= @@ -303,8 +309,6 @@ else fi AC_SUBST(lame_in_source) -AC_DEFINE([INTERNAL_LIBART], [1], [use internal libart library]) -art_in_source='$(art_objects)' splash_in_source='$(splash_objects)' xpdf_in_source='$(xpdf_objects)' @@ -326,12 +330,12 @@ dnl LIBS="$LIBS $POPPLER_LIBS" dnl fi dnl fi -AC_SUBST([art_in_source]) AC_SUBST([xpdf_in_source]) AC_SUBST([splash_in_source]) # ------------------------------------------------------------------ - + +RFX_CHECK_LOWERCASE_UPPERCASE RFX_CHECK_AVI2SWF if test "x${AVIFILE}" = "xtrue"; then VIDEO_LIBS="$VIDEO_LIBS $AVIFILE_LIBS" @@ -384,6 +388,9 @@ if test "x$JPEGLIBMISSING" = "xtrue";then DISABLEJPEG2SWF=true PARTIAL=true fi +if test "x$PDFLIBMISSING" = "xtrue";then + DISABLEPDF2PDF=true; +fi #if test "x$T1LIBMISSING" = "xtrue";then # MISSINGLIBS="${MISSINGLIBS} t1lib" #fi @@ -393,6 +400,9 @@ if test "x$UNGIFMISSING" = "xtrue";then PARTIAL=true fi +if test "x${ac_cv_header_pdflib_h}" '!=' "xyes";then + DISABLEPDF2PDF=true; +fi if test "x${ac_cv_header_jpeglib_h}" '!=' "xyes"; then DISABLEPDF2SWF=true; DISABLEJPEG2SWF=true; @@ -453,6 +463,16 @@ fi AC_SUBST(PDF2SWF) AC_SUBST(LIBPDF) +PDF2PDF='pdf2pdf$(E)' +DEVICE_PDF='devices/pdf.$(O)' +if test "x${DISABLEPDF2PDF}" = "xtrue"; then + #echo "* Disabling pdf2pdf tool..." + PDF2PDF= + DEVICE_PDF= +fi +AC_SUBST(DEVICE_PDF) +AC_SUBST(PDF2PDF) + if test "x${ZLIBMISSING}" = "xtrue"; then echo echo "* Warning! Without zlib, you will not be able to read"