X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=b89c2266ecb73dbe47901c8ae7a44021ad6c85df;hb=3a31355e43bc80e57c8ee432e0d81b4e26d90a96;hp=04e6f447e7c0410a502b65a3656b53c1797c2373;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/configure.in b/configure.in index 04e6f44..b89c226 100644 --- a/configure.in +++ b/configure.in @@ -1,12 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(pdf2swf/swfoutput.h) -AM_INIT_AUTOMAKE(swftools, pre0.0.2) +AM_INIT_AUTOMAKE(swftools, 0.0.2) AC_ARG_PROGRAM -dnl Checks for system services - AC_CYGWIN - AC_EXEEXT - export CFLAGS CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS @@ -21,10 +17,14 @@ dnl Checks for programs. AC_PROG_INSTALL AC_PROG_LN_S +dnl Checks for system services + AC_CYGWIN + AC_EXEEXT + dnl Checks for libraries. AC_CHECK_LIB(m, sin,, echo "Error: Math library not found.";exit) - AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, echo "Error: The jpeg library jpeglib is required.";exit) - AC_CHECK_LIB(z, crc32,, echo "Error: The zlib compressiong handling library is required.";exit) + AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, echo "Error: The jpeg library 'jpeglib' is required.";exit) + AC_CHECK_LIB(z, crc32,, echo "Error: The zlib compression library is required.";exit) AC_CHECK_LIB(t1, T1_LoadFont,,echo "Error: the T1lib truetype handling library is required.";exit) dnl do we need those? AC_CHECK_LIB(pthread, pthread_create)