added todo item.
[swftools.git] / configure.in
index 04e6f44..6c94dad 100644 (file)
@@ -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)