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.179 by root, Mon Oct 25 11:35:14 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
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 4.00" \ 62 "EV 4.00" \
63 "Guard 0.5" \ 63 "Guard 0.5" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines