X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=0f8e79991ba0e7f5b4f623b8030a5a1fee0b13a0;hp=b54148cb212d1206fe74ee97049452986b32c1b0;hb=5a16f12063d78a79d6ec5d6defb0d68f2829f8e8;hpb=b8c209af4894200c05bd897c624a4507fde8c066 diff --git a/configure.in b/configure.in index b54148c..0f8e799 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.3.1 +VERSION=0.4.0 CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS @@ -15,6 +15,7 @@ dnl Checks for programs. AC_PROG_MAKE_SET AC_PROG_INSTALL AC_PROG_LN_S + AC_PROG_LIBTOOL AC_CHECK_PROGS(UNCOMPRESS, gzip uncompress compress, ) dnl Checks for system services @@ -41,9 +42,9 @@ dnl Checks for libraries. MISSINGLIBS="${MISSINGLIBS} T1lib" ) -SWF_CHECK_BYTEORDER +RFX_CHECK_BYTEORDER AC_SUBST(WORDS_BIGENDIAN) -SWF_CHECK_SYSTEM_BACKTICKS +RFX_CHECK_SYSTEM_BACKTICKS AC_SUBST(SYSTEM_BACKTICKS) AC_ARG_PROGRAM @@ -58,7 +59,7 @@ dnl AC_PATH_X dnl AC_PATH_XTRA AC_HEADER_DIRENT AC_HEADER_STDC - AC_CHECK_HEADERS(zlib.h jpeglib.h t1lib.h sys/stat.h sys/types.h dirent.h sys/ndir.h sys/dir.h ndir.h) + AC_CHECK_HEADERS(zlib.h jpeglib.h t1lib.h sys/stat.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h) if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then DISABLEPDF2SWF=true; @@ -98,7 +99,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_CHECK_FUNCS(popen mkstemp stat lrand48 rand srand48 srand) - SWF_CHECK_AVI2SWF + RFX_CHECK_AVI2SWF avi2swf="avi2swf/Makefile" if test "x${AVIFILE}" != "xtrue"; then