ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.177 by root, Mon Jun 21 22:28:12 2010 UTC vs.
Revision 1.180 by root, Fri Apr 22 02:03:10 2011 UTC

28AC_PATH_PROG(PNGNQ, pngnq) 28AC_PATH_PROG(PNGNQ, pngnq)
29if test -z "$PNGNQ"; then 29if test -z "$PNGNQ"; then
30 AC_MSG_ERROR([png neuquant (pngnq) must be in your PATH, check the README]) 30 AC_MSG_ERROR([png neuquant (pngnq) must be in your PATH, check the README])
31fi 31fi
32 32
33dnl AC_PATH_PROG(IDENTIFY, identify) 33AC_PATH_PROG(IDENTIFY, identify)
34dnl if test -z "$IDENTIFY"; then 34if test -z "$IDENTIFY"; then
35dnl AC_MSG_ERROR([ImageMagick 'identify' must be in your PATH, check the README]) 35 AC_MSG_ERROR([ImageMagick 'identify' must be in your PATH, check the README])
36dnl fi 36fi
37 37
38AC_PATH_PROG(CONVERT, convert) 38AC_PATH_PROG(CONVERT, convert)
39if test -z "$CONVERT"; then 39if test -z "$CONVERT"; then
40 AC_MSG_ERROR([ImageMagick 'convert' must be in your PATH, check the README]) 40 AC_MSG_ERROR([ImageMagick 'convert' must be in your PATH, check the README])
41fi 41fi
47 AC_MSG_ERROR([perl 5.10.1 or higher must be in your PATH, check the README]) 47 AC_MSG_ERROR([perl 5.10.1 or higher must be in your PATH, check the README])
48 fi 48 fi
49fi 49fi
50 50
51for module_vers in \ 51for module_vers in \
52 "common::sense 3.2" \ 52 "common::sense 3.3" \
53 "AnyEvent 5.2" \ 53 "AnyEvent 5.2" \
54 "AnyEvent::AIO 0" \ 54 "AnyEvent::AIO 0" \
55 "AnyEvent::BDB 0" \ 55 "AnyEvent::BDB 0" \
56 "BDB 1.8" \ 56 "BDB 1.8" \
57 "Compress::LZF 3.41" \ 57 "Compress::LZF 3.41" \
58 "Coro 5.13" \ 58 "Coro 5.372" \
59 "Coro::EV 0" \ 59 "Coro::EV 0" \
60 "Deliantra 1.24" \ 60 "Deliantra 1.24" \
61 "Digest::MD5 2.0" \ 61 "Digest::MD5 2.0" \
62 "EV 3.41" \ 62 "EV 4.00" \
63 "Guard 0.5" \ 63 "Guard 0.5" \
64 "IO::AIO 3.3" \ 64 "IO::AIO 3.3" \
65 "JSON::XS 2.01" \ 65 "JSON::XS 2.01" \
66 "AnyEvent::IRC 0.6" \ 66 "AnyEvent::IRC 0.6" \
67 "Pod::POM 0.27" \ 67 "Pod::POM 0.27" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines