X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=6c94dadccb93383f4d1cd60ca1b5a6fc0288da7f;hb=e6725052e7c5d620fa31b87396d65a95f2edbea9;hp=04e6f447e7c0410a502b65a3656b53c1797c2373;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/configure.in b/configure.in index 04e6f44..6c94dad 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ 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 @@ -23,8 +23,8 @@ dnl Checks for programs. 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)