X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=7d35992eb35b89bbe7c1f740d3c377594d67e9bd;hb=0185c09ff339aaf744142f96d22e1b145334539d;hp=4a74bdf8ff12ae13b9ef7bd416e77d7be4b54a80;hpb=5762b38f2656f53d352dd461054ba73180151ed5;p=swftools.git diff --git a/configure.in b/configure.in index 4a74bdf..7d35992 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ AC_ARG_WITH([poppler], [ --with-poppler use poppler instead of internal xpdf (currently broken)], [USE_POPPLER=true]) PACKAGE=swftools -VERSION=2008-09-22-1956 +VERSION=0.9.0 # ------------------------------------------------------------------ @@ -291,8 +291,9 @@ else fi fi AC_CHECK_LIB(mp3lame, lame_init,, NO_LIBMP3LAME=1) - AC_CHECK_HEADERS(lame.h) - if test "x$NO_LIBMP3LAME" "!=" "x1" -a "x$ac_cv_header_lame_h" "!=" "x";then + HASLAMEHEADER= + AC_CHECK_HEADERS(lame.h,HASLAMEHEADER=1) + if test "x$NO_LIBMP3LAME" "!=" "x1" -a "x$HASLAMEHEADER" '!=' "x";then AC_DEFINE([HAVE_LAME], [1]) fi fi @@ -540,10 +541,9 @@ AH_BOTTOM([ #endif // __config_h__ ]) - if test -f "release.in"; then release_in="./release"; fi if test -f "Makefile.new.in"; then mk_in="./Makefile.new"; fi -FILES="$release_in $mk_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile pdf2swf/fonts/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile lib/readers/Makefile" +FILES="$release_in $mk_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile} lib/art/Makefile lib/readers/Makefile" AC_OUTPUT(${FILES}) dnl new autoconf