X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=41c98ab58d77b5501565d082ac0b318fa4e8b8e9;hb=757c0aa98fb4168e6a7bc208cc89875ca88b842c;hp=1c31bffd4928a715f8a1c0becef21f0ab561bceb;hpb=b31f07b0d22a560a6e65197bc6e1deb534190d41;p=swftools.git diff --git a/configure.in b/configure.in index 1c31bff..41c98ab 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) @@ -92,7 +98,7 @@ dnl Checks for library functions. AC_FUNC_MEMCMP AC_FUNC_MMAP AC_FUNC_VPRINTF - AC_CHECK_FUNCS(getcwd putenv socket strcspn strdup strerror strstr) + AC_CHECK_FUNCS(getcwd putenv socket strcspn strdup strerror strstr lrand48 rand srand48 srand) if test "x${UNCOMPRESS}" = "xgzip"; then AC_DEFINE_UNQUOTED(USE_GZIP, 1) @@ -112,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)